Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in delayed-job

Delayed job exclude queue

ruby-on-rails delayed-job

Missing PID file when using a process manager to start delayed job

delayed job for Rails on Windows?

delayed_job doesn't work (rails 3.1.3)

ruby-on-rails delayed-job

Delayed Jobs leaking memory?

Delayed Job giving a undefined method error

What's the most elegant way to implement a digest email without reinventing a queueing system?

Rails 3 - Delayed_Job (collectiveidea), trying to Delay Mailers - Error: NoMethodError (undefined method `delay' for UserMailer:Class)

monitoring multiple delayed job workers with monit

Old Ruby bug is recurring in my Ruby on Rails app, related to Class.create and delayed_job

Delayed_job vs. Appoxy SimpleWorker

update user table after successful delayed job email sent

Delayed_Job, How to set a priority for a user_mailer.rb method

How do I stop delayed_job if I'm running it with the -m "monitor" option?

ruby-on-rails delayed-job

bundler: not executable: script/delayed_job

Sending Email with Delayed_Job

Delayed_Job - handle_asynchronously with ActionMailer?

ruby-on-rails delayed-job

Rails 3 delayed_job "TypeError: can't dump anonymous module"

Can you alter the polling time interval (5 seconds) for delayed_job worker?

How do I separate workers into pools of jobs with delayed job + heroku?