Monitor job activity using cron.job_run_details
mainYou can monitor the execution and status of scheduled jobs by querying the cron.job_run_details table. This table provides information such as jobid, status (e.g., running, succeeded, failed), command, and timing details.
Note: Records in this table are not automatically cleaned up. Users with permission to schedule jobs can delete their own records. For high-frequency jobs, it is recommended to schedule a cleanup task using pg_cron itself.