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
- Add log subscribers and support for JSON logs
- Pull from queues matching a pattern
- Fix orphan workers on restart
- Orphan workers after `restart` with a different `n` value
- Solution to fix DeserializationErrors with old class references
- Add option to exclude locked jobs (i.e. currently being processed) in `jobs:check`.
- Update README to prioritize using rake jobs:work and bin/delayed_job
- Add ability to exclude queues by flag option --exclude_specified_queues
- Suggestion about way fixed bug #1080
- Bug regarding checking status when using a last version Daemons gem
- Docs