> For the complete documentation index, see [llms.txt](https://hatchbox.gitbook.io/hatchbox/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hatchbox.gitbook.io/hatchbox/apps/background-jobs.md).

# 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.&#x20;

![](https://2225864282-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LLW5xhfB-m2-w7ur7mr%2F-MUpY3jUJUbkR9SmHuej%2F-MUpYi6AfxUoe-9kYxzd%2FScreen%20Shot%202021-03-02%20at%206.48.21%20PM.png?alt=media\&token=341d792c-7b76-467b-8af3-fb1c864ea85c)

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.
