Logic
Jobs
Scheduled database jobs on pg_cron: daily digests, cleanup tasks, recurring workflows.
Jobs are scheduled tasks that run inside your database on pg_cron: nightly cleanups, weekly digests, recurring syncs. The Jobs section lists each job with its cron schedule, lets you switch jobs on and off, and shows run history with per-run status and messages.
Creating jobs
Jobs are created by the agent: describe what should happen and when ("every night at 2am, delete sessions older than 30 days") and it writes the schedule as a migration. In the UI you can enable, disable, and inspect jobs, but not create or edit them by hand.
Switching a job off pauses it without deleting the schedule; switch it back on any time.