Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rails-activejob

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?

How can I inspect a queue in ActiveJobs?

Resque-Scheduler not working with ActiveJob in Rails 4.2

How to get Job attributes in ActiveJob callback methods?

ActiveJob deliver_later not sending

Does ActiveJob have queues with specific priority?

Rails Active Job: perform_later not executing in background

Rails - ActionDispatch::Http::UploadedFile in background job

How to debug Rails connection pool usage?

In ActiveJob, how to catch any exception