testing cron jobs with pg_cron
trying to figure out how to get cron jobs working. I've added the extension and enabled it following this
https://supabase.com/blog/postgres-as-a-cron-server
When I create a job to run using the following query
it successfully returns a schedule with an id. But it doesn't seem to work.
I've got no way of debugging this or even listing cron jobs.
Can anyone help?
https://supabase.com/blog/postgres-as-a-cron-server
When I create a job to run using the following query
it successfully returns a schedule with an id. But it doesn't seem to work.
I've got no way of debugging this or even listing cron jobs.
Can anyone help?
