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.

5 Replies
Maybe you have JWT checking on and it is not being sent in the Authorization header.
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


From the cron add cron job UI.
Oh my God
That was it
Without even changing the config code
Thank you so much Gary
You are the best!