> 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/cron-jobs.md).

# Cron Jobs

Need to run background tasks at scheduled times? Don't worry, we've got you.

## How do I setup cron jobs for my app?

We recommend using the [whenever gem](https://github.com/javan/whenever). You can add your cron jobs to the `config/schedule.rb` file and they will be installed and updated every deploy.
