nesquena / backburner

Simple and reliable beanstalkd job queue for ruby
http://nesquena.github.com/backburner
MIT License
428 stars 68 forks source link

Rake task for restarting #134

Closed activestylus closed 7 years ago

activestylus commented 7 years ago

rake backburner:work is great for getting up and running

But what if I need to reboot the process?

Sidekiq, DelayedJob and the rest all have a rake task for stop and restart

Shouldn't these be baked into backburner as well?

nesquena commented 7 years ago

Right now we recommend using something like monit or god https://github.com/nesquena/backburner/blob/master/README.md#workers-in-production but you can also use https://github.com/nesquena/backburner/blob/master/README.md#command-line-interface to start and stop at will