-
Notifications
You must be signed in to change notification settings - Fork 18
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 a Persistent Job Scheduler #1486
Labels
Milestone
Comments
alexanderkiel
added a commit
that referenced
this issue
Mar 25, 2024
alexanderkiel
added a commit
that referenced
this issue
Mar 26, 2024
alexanderkiel
added a commit
that referenced
this issue
Mar 26, 2024
alexanderkiel
added a commit
that referenced
this issue
Mar 26, 2024
alexanderkiel
added a commit
that referenced
this issue
Mar 26, 2024
alexanderkiel
added a commit
that referenced
this issue
Mar 29, 2024
alexanderkiel
added a commit
that referenced
this issue
Mar 29, 2024
alexanderkiel
added a commit
that referenced
this issue
Mar 29, 2024
alexanderkiel
added a commit
that referenced
this issue
Mar 29, 2024
alexanderkiel
added a commit
that referenced
this issue
Mar 29, 2024
alexanderkiel
added a commit
that referenced
this issue
Mar 30, 2024
alexanderkiel
added a commit
that referenced
this issue
Mar 30, 2024
alexanderkiel
added a commit
that referenced
this issue
Mar 30, 2024
alexanderkiel
added a commit
that referenced
this issue
Mar 30, 2024
alexanderkiel
added a commit
that referenced
this issue
Apr 7, 2024
alexanderkiel
added a commit
that referenced
this issue
Apr 7, 2024
alexanderkiel
added a commit
that referenced
this issue
Apr 7, 2024
alexanderkiel
added a commit
that referenced
this issue
Apr 7, 2024
alexanderkiel
added a commit
that referenced
this issue
Apr 7, 2024
alexanderkiel
added a commit
that referenced
this issue
Apr 7, 2024
alexanderkiel
added a commit
that referenced
this issue
Apr 8, 2024
alexanderkiel
added a commit
that referenced
this issue
Apr 9, 2024
alexanderkiel
added a commit
that referenced
this issue
Apr 11, 2024
alexanderkiel
added a commit
that referenced
this issue
Apr 12, 2024
alexanderkiel
added a commit
that referenced
this issue
Apr 13, 2024
alexanderkiel
added a commit
that referenced
this issue
Apr 14, 2024
alexanderkiel
added a commit
that referenced
this issue
Apr 14, 2024
alexanderkiel
added a commit
that referenced
this issue
Apr 14, 2024
alexanderkiel
added a commit
that referenced
this issue
Apr 14, 2024
alexanderkiel
added
enhancement
New feature or request
module:db
module:job-scheduler
module:admin-api
labels
Apr 14, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
For issues like #1442 we need a persistent job scheduler. We already have a scheduler module.
The jobs are used for the following scenarios:
All jobs have the following properties:
What the jobs can't do:
The new functionality should provide:
ready
,cancelled
,in-progress
,failed
andcompleted
The text was updated successfully, but these errors were encountered: