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