Question : Installed pg_cron and scheduled job, though there is connection error because job is not done and cron.job_run_details table […]
Tag: pg-cron
How to deal with ‘failed’ pg_cron jobs (postgres)
Question : I have some Jobs (postgres plpgsql procedures) that I am scheduling using pg_cron library/extension and cron expressions. I […]
Use pg_cron to run VACUUM on multiple tables
Question : Reading the pg_cron documentation I saw that the examples only execute a command when scheduling a task. In […]