S
Supabase2mo ago
Damir

Cron job doesn't trigger my edge function

Does anybody know why my cron doesn't trigger my edge function? Cron job reports a success but when I inspect my edge function, it is never called. I also checked and I have installed pg_net extension.
No description
5 Replies
garyaustin
garyaustin2mo ago
Maybe you have JWT checking on and it is not being sent in the Authorization header.
Damir
DamirOP2mo ago
Seems like you and Claude are in agreement. Let me make some code changes. If it turns out you are right, I am buying you some virtual coctail heh
No description
garyaustin
garyaustin2mo ago
No description
garyaustin
garyaustin2mo ago
From the cron add cron job UI.
Damir
DamirOP2mo ago
Oh my God That was it Without even changing the config code Thank you so much Gary You are the best!

Did you find this page helpful?