Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rails-activejob

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

Should I use rails5 ActiveJob default async adapter for small background job in production?

List queued tasks with ActiveJob AsyncAdapter

How to avoid race condition in a rails model that records payments and running balance?

Rails Async Active Job doesn't execute code, while inline does

Active Job with Rails 4 and Devise

Advantages when using ActiveJob with Sidekiq compare with Sidekiq alone

Using Sidekiq for Active Job and getting ActiveJob::DeserializationError

Setting priority with ActiveJob when using Delayed::Job

What is the recommended maximum size for a Sidekiq job payload?

Share data between ActiveJob and Controller

How do I use custom delayed_job jobs with ActiveJob?

Rails ActiveJob - how to stop job from being enqueued in before_enqueue

Disable ruby on rails job for test

What might cause scheduled Rails Active Jobs to disappear?