Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Daemon takes too long recalculating status #106

Open
lmrodriguezr opened this issue Jul 29, 2020 · 0 comments
Open

Daemon takes too long recalculating status #106

lmrodriguezr opened this issue Jul 29, 2020 · 0 comments
Assignees
Milestone

Comments

@lmrodriguezr
Copy link
Member

This is a problem with large projects, as status recalculation is blocking.

One possible solution would be to remove periodic recalculations and do it only when all datasets are complete. This might still be problematic for edge cases, but should solve the problem in most cases.

Another solution would be to make this recalculation non-blocking. For example, make a fork with an infinite loop that only recalculates status and sleeps.

@lmrodriguezr lmrodriguezr self-assigned this Jul 29, 2020
@lmrodriguezr lmrodriguezr added this to the 1.1 milestone Jul 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant