You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The feature got released yesterday: https://supabase.com/docs/guides/functions/background-tasks
it uses a new object EdgeRuntime
So we could probably test if it exists to connect waitUntil to it if it is.
this could also be used in getRuntimeKey to return Supabase as runtime
The text was updated successfully, but these errors were encountered:
Regarding waitUntil, in my opinion, we don't have to implement that c.executionCtx.waitUntil supports Supabase because you can get it from the global object EdgeRuntime. That was created for Cloudflare Workers because we can't get the waitUntil globally on Cloudflare Workers.
About a runtime key. The runtime keys are based on WinterCG spec:
What is the feature you are proposing?
The feature got released yesterday: https://supabase.com/docs/guides/functions/background-tasks
it uses a new object
EdgeRuntime
So we could probably test if it exists to connect
waitUntil
to it if it is.this could also be used in
getRuntimeKey
to return Supabase as runtimeThe text was updated successfully, but these errors were encountered: