LogoLogo
  • Hatchbox Classic Support
  • Clusters
  • Providers
  • Servers
  • Apps
    • ActionCable
    • Background Workers
    • Backups
    • BitBucket
    • Cron Jobs
    • Deploy Scripts
    • Domains & DNS
    • ElasticSearch
    • File Uploads
    • Image Processing
    • Jekyll
    • Passenger
    • Postgres
    • Puma
    • Rails
    • Rake
    • React On Rails
    • Ruby Versions
    • Sitemaps
    • Sphinx
    • SSL
    • Webhooks & Auto-Deploy
    • Webpacker
  • Security
  • Support
  • Databases
    • Backup & Restore
Powered by GitBook
On this page
  1. Apps

Background Workers

PreviousActionCableNextBackups

Last updated 4 years ago

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.