A Ruby library to queue and defer processing of slow methods like sending email and image resizing.
I have a Ruby on Rails application that I am deploying on a computer running Mac OS X 10.6. The code …
ruby-on-rails ruby capistrano delayed-jobI wonder if I succeeded to get Delayed::Job working. Can't see jobs in the delayed_jobs table. Is that …
ruby-on-rails delayed-jobDelayed::Job's auto-retry feature is great, but there's a job that I want to manually retry now. Is there a …
ruby-on-rails ruby rubygems delayed-jobFor some reason, Delayed::Job's has decided to queue up but not excecute anything even though I've restarted it several …
ruby-on-rails delayed-jobAre there any examples on the web of how to monitor delayed_job with Monit? Everything I can find uses …
ruby-on-rails ruby delayed-job monit godI can't get any log output from delayed_job, and I'm not sure my jobs are starting. Here's my Procfile: …
ruby-on-rails ruby logging delayed-job clockworktrying to upgrade to Rails 4.2, using delayed_job_active_record. I've not set the delayed_job backend for test environment …
ruby-on-rails rspec actionmailer delayed-job rails-activejobI am using collectiveidea for rails 2.3.8. I am creating array of delayed jobs to perform some tasks, after some time …
ruby-on-rails ruby delayed-jobThe GitHub guys recently released their background processing app which uses Redis: http://github.com/defunkt/resque http://github.com/…
ruby-on-rails capistrano delayed-job redis resqueI am scheduling a job to run in say, 10 minutes. How to properly cancel this particular job without using any …
ruby-on-rails ruby ruby-on-rails-3 delayed-job