Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rails-activejob

How can I prevent ActiveJob from performing if the object it should perform on is deleted?

Active Job : How to check if same job has already been scheduled

Passing success and failure handlers to an ActiveJob

Why is ActiveJob InlineAdapter not used in request tests?

In Rails 6, how ensure a Mailer will not retry, eg, how add ActiveJob retry: false setting when Active job is used implicitly (not explicitly)?

How to extend ActiveJob to access delayed_job's failure/error hooks?

In Rails 4.2 check if a job is already enqueued

Mandrill SMTP giving EOFError: end of file reached errors

Handle dependent destroy via active jobs

Active Job - How to cancel a scheduled Action Mailer job?

Rails 5.1 ActiveJob on Puma development not performing specific enqueued job

DRY in ActiveJob::Base

How to test that ActiveJob is enqueued?

ActiveJob + Sidekiq 6.0.3: How to write to a log file?

Expect multiple Rails Active Jobs of the same class to be enqueued with different parameters

Schedule an ActiveJob in Rails

How to set retry count for Sidekiq with ActiveJob?

sidekiq rails-activejob

Execute pending job with ActiveJob in rspec