Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rails-activejob

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

Is Mongoid::Document a GlobalID::Identification for ActiveJobs?

Rails, ActiveJobs and AWS SQS: what happen to my jobs when a worker instance is killed?

rspec rails testing: how can I force ActiveJob job's to run inline for certain tests?

Should you still pass only the object id when using ActiveJob?

How to access perform parameters in ActiveJob rescue

ActiveJob::SerializationError - Unsupported argument type: Time / DateTime

Rails 4.2 get delayed job id from active job

How do I filter or remove logging of ActiveJob arguments?

How can I run an ActiveJob in Rails console for debugging?