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

Rework job scheduler #107

Closed
aumetra opened this issue Mar 14, 2023 · 0 comments · Fixed by #109
Closed

Rework job scheduler #107

aumetra opened this issue Mar 14, 2023 · 0 comments · Fixed by #109
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@aumetra
Copy link
Member

aumetra commented Mar 14, 2023

Currently the more job workers we have, the more strain is put on the database (since every worker is querying for new jobs in a loop).
This is obviously not good. We should explore alternative designs for job workers that ideally only hit the database to update the job state and retrieve the job context.

@aumetra aumetra added enhancement New feature or request help wanted Extra attention is needed labels Mar 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant