delayed_job
https://github.com/collectiveidea/delayed_job
Ruby
Database based asynchronous priority queue system -- Extracted from Shopify
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
20 Subscribers
Add a CodeTriage badge to delayed_job
Help out
- Issues
- Improved reloading
- Add ability to exclude queues by flag option --exclude_specified_queues
- add hooks to surround the dj execution in the worker
- Introduce PayloadNotFoundError (subclass of DeserializationError)
- Add queue attribute run_delay
- rake jobs:check should not consider jobs scheduled to run in the future
- Fix quiet mode working incorrectly when ENV['QUIET'] was not set
- Adds additional rake task to clear jobs from a specific queue
- Default destroy_failed_jobs, DEFAULT_MAX_ATTEMPTS to better values
- a better way to define hooks
- Docs