Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rails-activejob

ActiveJob GlobalID and in-memory ActiveRecord objects

Which ActiveJob queue does ActionMailer use in Rails 4.2?

How to run some action every few seconds for 10 minutes in rails?

Sidekiq enqueue job after a wait time

Enqueue ActiveJob task with destroyed object

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 set retry count for Sidekiq with ActiveJob?

sidekiq rails-activejob

Execute pending job with ActiveJob in rspec