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

Implement Persistent Jobs Service #211

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Implement Persistent Jobs Service #211

wants to merge 1 commit into from

Conversation

ecton
Copy link
Member

@ecton ecton commented Feb 22, 2022

Work in progress.

Closes #78

The goal of this pull request is to implement BonsaiDb's first "plugin". It may not actually be a plugin at the end of this pull request, but the long term vision is to allow the Jobs service to be reused independently of the one that will be built into BonsaiDb's admin database.

This would enable building individual pools of queues and workers that have different strategies for assigning jobs and distinct monitoring frontends, or allow developers to just use the one built into BonsaiDb.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement persistent job queue and scheduling service
1 participant