Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rails-activejob

Acting on job failure with ActiveJob and DelayedJob

Sidekiq jobs are getting Enqueued but it's not getting processed. All Jobs are stuck in Enqueued

Using view_context inside the Mailer

How to query Sidekiq queues by Job class, queue name and arguments?

ActiveJob - what's the difference between MyJob.new.perform and MyJob.perform_now?

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)?