0

Do you launch the works via a cron job? And would that cron job just call the task using rake?

Any other suggestions or usage patterns greatly appreciated.

When you launch the worker, does it stay running waiting or do you have to run them each time and then the worker exits.

Dylan Markow
  • 123,080
  • 26
  • 284
  • 201
Blankman
  • 259,732
  • 324
  • 769
  • 1,199

1 Answers1

1

I have my workers started via an upstart script which is then restarted after each deployment by capistrano. There's another similar question here which has a lot of other ways as well...

How to deploy resque workers in production?

Community
  • 1
  • 1
lloydpick
  • 1,638
  • 1
  • 18
  • 24