Logs and Invocation history for edge functions

I have a cron job that runs once each week and calls an edge function. Looking at the logs for the cron job i can see that it has been running fine for the past 3 months without any failed calls.

But if i wan't to check the logs for the specific edge function for the past week (last invocation should have been the 21 Juli which as of the date of this post is only 4 days ago) I see no logs. Neither for the invocation history or any of the console.log calls in the code.

I'm on the free plan, but as far as i know i should still be able to see logs 7 days into the past, right?

Should i assume that my edge function has been failing?
Was this page helpful?