delayed_job
https://github.com/collectiveidea/delayed_job
Ruby
Database based asynchronous priority queue system -- Extracted from Shopify
Metric#only_hits_has_children
No Docs, write some!
Edit
git clone [email protected]:collectiveidea/delayed_job.git
cd delayed_job
open
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Metric-only_hits_has_children-for-pr
# Commit to gitgit add git commit -m "better docs for Metric#only_hits_has_children"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Metric-only_hits_has_children-for-pr
hub pull-request
# Celebrate!