I have a Supabase project which posts inserts and updates using webhooks to a Cloudflare Worker. Supabase does not wait for the webhook to be acknowledged which means that the Worker thinks that the client
aka Supabase has disconnected.
I want the Worker to continue executing even after Supabase has disconnected. Is this possible? If so, how?
Thank you in advance.