Edge Function Scheduler
Hello, is it possible to enable Edge Function Scheduler (Schedules) on the free plan? I'm from Brazil, so I don't know if location plays a role.
5 Replies
What's a edge function scheduler? do you mean a CRON job?
I mean a built-in scheduler to trigger an Edge Function on a cron (e.g., every day at 06:00 BRT), like “Scheduled Functions.”
Is this available in the dashboard/CLI and on the Free plan? If yes, how do I enable it for my project?
If there’s no native Edge Function scheduler yet, is the recommended approach to use pg_cron (running SQL logic) or an external cron (e.g., GitHub Actions hitting the function URL)?
Yes it's recommended to use pg_cron.
Thank you friend
There is a cron UI that might make your life easier that you can enable in integrations. It has an edge function component.