delayed_job

https://github.com/collectiveidea/delayed_job

Ruby

Database based asynchronous priority queue system -- Extracted from Shopify

Delayed::PerformableMethod#object=

Sets the attribute object

Source | Google | Stack overflow

Edit

git clone [email protected]:collectiveidea/delayed_job.git

cd delayed_job

open lib/delayed/performable_method.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Delayed--PerformableMethod-object--for-pr


# Commit to git

git add lib/delayed/performable_method.rbgit commit -m "better docs for Delayed::PerformableMethod#object="


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-Delayed--PerformableMethod-object--for-pr

hub pull-request


# Celebrate!