Core Docs - Core Concepts - Intro to Jobs
Rock Version: v20.0
Last Modified: 2026-04-06 3:59 PM
Jobs allow you to run a sequence of code on a defined schedule. A good example of this is the Rock Cleanup job that comes configured to run every day at 1:00 am. This job runs through a series of clean-up steps (like trimming the Audit Log) to help keep the Rock database clean and tidy.
Below is a list of jobs that ship with Rock.
You can code your own jobs if you have access to a developer.