Rodrigo Mansueli
Rodrigo Mansueli
Nothing still? :(
CC @supabase/frontend-team
> > Sliver more context: I originally created my edge functions on my Ubuntu machine. Coming back to it today, I got the same error `Error: entrypoint path does not...
I can start over and make the changes again, in that case it might be worth closing this one and starting fresh :)
I've improved the example in pg_cron for calling edge functions so you raise the timeout value: ```sql select cron.schedule( 'invoke-function-every-half-minute', '30 seconds', $$ select net.http_post( url:='https://project-ref.supabase.co/functions/v1/function-name', headers:=jsonb_build_object('Content-Type','application/json', 'Authorization', 'Bearer '...
+1 for moving into an extension Having it as an extension will also make it easier to release updates later on (like the retry feature) Sent from Outlook for Android...