delayed_job
https://github.com/collectiveidea/delayed_job
Ruby
Database based asynchronous priority queue system -- Extracted from Shopify
Delayed::PsychExt::ToRuby#jruby_is_seriously_borked
defined? is triggering something really messed up in jruby causing both the if AND else clauses to execute, however if the check is run here, everything is fine
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--PsychExt--ToRuby-jruby_is_seriously_borked-for-pr
# Commit to gitgit add lib/delayed/psych_ext.rbgit commit -m "better docs for Delayed::PsychExt::ToRuby#jruby_is_seriously_borked"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Delayed--PsychExt--ToRuby-jruby_is_seriously_borked-for-pr
hub pull-request
# Celebrate!