Cron is enabled but the edge function didn't trigger #40740
Unanswered
anil1kuppa
asked this question in
Questions
Replies: 1 comment 1 reply
-
|
If you have jwt validation option set for the edge function then it won't run unless you provide a valid jwt (legacy service_role/anon key included). Try turning off that option in the edge function. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a cron running at every 15th minute . I see the cron trigger is successful, but I don't see any edge function logs. I'm on a free tier. What could be the problem here?


Cron logs
Edge function logs:
Another cron triggers at every minute and I don't see any triggers between 14:57 ISTto 15:26 IST today, that is for almost half an hour
Beta Was this translation helpful? Give feedback.
All reactions