Background Workers

How do I enable Sidekiq, Delayed Job, Que, Resque, or another service for background workers?

You can simply navigate to the Processes tab of your App on Hatchbox and toggle add your background workers there.

Your process will be enabled, started, and will restart automatically every deploy to give you the latest code in your background workers.

We use SystemD services for this so your process will be restarted on crashes and you can easily customize and command-line options needed.

Last updated