SupabaseS
Supabase12mo ago
Genio

Cron job in job table but not executing

I created a new cron job using the tutorial and edited the end point to have my edge function and it seems that the edge function is not executing. I tried pg_net alone and testing and i received the invocation but when i tried to do it via pg_cron it seems the job is not even executing

i followed the soloution here
https://github.com/orgs/supabase/discussions/1628#discussioncomment-977498

but it still doesnt execute.
Let me know if you need anymore details since i am not sure what would be helpful to provide!

Thank you for your work
GitHub
I tried to execute a simples CRON job with pg_cron by following the official tutorial https://supabase.io/blog/2021/03/05/postgres-as-a-cron-server and it's not working for me. Where I'm no...
Was this page helpful?