Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in delayed-job

Configuring Delayed Jobs with Capistrano and Rails 4

Detect action mailer delivery failures in after_action callbacks

Can I call delayed_job with max attempts of 1?

Rails - Delayed Job of specific method with run_at in params / specifying when to post

ruby-on-rails delayed-job

Invoke delayed_job capistrano tasks only on specific servers

ruby capistrano delayed-job

Running code after Rails is done loading?

How can I force delayed_job to use a specific db connection?

Delayed_Job: accessing job metadata and/or avoiding duplicate jobs

Use Delayed::Job to manage multiple job queues

rails high memory usage

Is it possible to change the logging level of delayed_job separately from the main Rails app?

ruby-on-rails delayed-job

Rails 6 & deliver_later doesn't affect ActionMailer::Base.deliveries

Running tasks in the background with lower CPU priority

MySQL server has gone away error in delayed_job task

Error reporting when sending emails with delayed_job

How does one use delayed_job to make an Rails 3.0 ActionMailer run asynchronously? Encountering ArgumentErrors

What's the difference between running rake task in background vs. using gem like Delayed Job, Resque, or Sidekiq?

Rails running multiple delayed_job - lock tables

Rails/ActiveRecord Pessimistic Locking - Do I need to reload after obtaining a lock?

Delayed Job: Configure run_at and max_attempts for a specific job

ruby-on-rails delayed-job