Implement cronjob system #22
Labels
No Label
bug
code-quality
duplicate
feature
needs-testing
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: dxs/learn-request-queue#22
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
Some sort of a system that uses the database to orchestrate running jobs on a regular interval without executing more than necessary.
Functions that need this:
Updated version:
Changes from app saying "give me a job to do" to "does this job need done?". This way, the application will never get a job it doesn't know how to handle, and will guarantee all jobs that need to get run do so in one cron cycle.