https://supabase.com/ logo
This has probably been asked a bunch, but I can on...
# help
c
This has probably been asked a bunch, but I can only find references to really old answers that where before edge functions. But, is it possible to schedule/cron a edge function without using Postgres or a local computer?
n
Hello @Chris_Acrobat! This thread has been automatically created from your message in #843999948717555735 a few seconds ago. We have already mentioned the @User so that they can see your message and help you as soon as possible! Want to unsubscribe from this thread? Right-click the thread in Discord (or use the ``...`` menu) and select "Leave Thread" to unsubscribe from future updates. Want to change the title? Use the ``/title`` command! We have solved your problem? Click the button below to archive it.
c
Title change was for misspelling of Postgres.
o
Hi I'm not sure you can schedule a edge function without Postgres 🤔 Maybe with a ``setInterval``, but wouldn't be that clean to me @Chris_Acrobat
c
setInterval
in the edge function? I can try it, but if that works (if supa doesn't terminate scripts after a while) I'll need to make some kind of check to make sure that the script doesn't run in multiple instances. Thanks for the tip, I'll look in to it. (but I'm not expecting it to work 😁)