We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated Active Job (markdown)
remove leading slash per rails convention
Add usefull command to reuse same queue name prefix as ActiveJob, allows to avoid having to declare the queue names once per environment
Make arguments of `deliver_later` examples to match each other
Linked an issue to its page
Update ActiveJob default adapter name.
I think this is more clear. I missed this command before because the text was light grey.
Add clarification that provider_job_id is available in rails 5 and up.
Fix typo
Change from proc to a block, since with the proc the comment highlighted the closing `}`
Add a comment inside the proc, to follow the same example of the sidekiq
ActiveJob will raise a `ActiveJob::DeserializationError` when try to deserialize the object. More info here https://github.com/rails/rails/blob/852460852cf1635af3f2861847253e8b5677acc0/activejob/lib/active_job/arguments.rb#L7-L17
Syntax
Add example how you can retry jobs using the ActiveJob API.
Add work-around for missing record exceptions
Include information on https://github.com/mperham/sidekiq/issues/2072#issuecomment-69230718
Using an initializer to configure ActiveJob does not work for the production environment with Rails 4.2.0 (http://stackoverflow.com/questions/27446841/activejob-does-not-use-sidekiq-in-production-enviroment)