Scheduled jobs

Oversee the recurring background jobs that keep the platform current.

Scheduled jobs are the recurring background tasks the platform runs on a cadence — the maintenance and processing work that happens automatically rather than on demand. This area lets administrators oversee them.

What scheduled jobs do

Some work is best done on a schedule rather than in response to a click: recalculations, periodic checks, housekeeping, and other routine processing. Running these as scheduled jobs keeps the platform current without anyone having to trigger them, and concentrates that recurring work at sensible times rather than scattering it through the day.

Overseeing jobs

From here you can see the jobs that are scheduled, their schedule, and their run history — when each last ran and when it’s due next — so you can confirm the background work is happening as expected. A job that hasn’t run when it should is visible here rather than failing silently, which matters when downstream data depends on it.

Reliability you can verify

The point of surfacing jobs to administrators is accountability: the automated work that keeps the system healthy is something you can inspect and trust, not a black box. Where a job’s results feed compliance-relevant data, being able to confirm it ran is part of keeping the record dependable. Operational detail about job execution can be found alongside System logs.

Was this helpful?