Implement cronjob system #22
Labels
No labels
bug
code-quality
duplicate
feature
needs-testing
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: dxs/learn-request-queue#22
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. 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.