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
silentworks
silentworks4w ago
What's a edge function scheduler? do you mean a CRON job?
KgB Sorin
KgB SorinOP4w ago
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)?
silentworks
silentworks4w ago
Yes it's recommended to use pg_cron.
KgB Sorin
KgB SorinOP4w ago
Thank you friend
garyaustin
garyaustin4w ago
There is a cron UI that might make your life easier that you can enable in integrations. It has an edge function component.

Did you find this page helpful?