InvalidWorkerResponse with Edge Function
Okay, Im building an edge function to update every day 2 tables in my Supabase (self hosted) instance. But this is a long script, who can make more than 10 minutes to run depending of how many changes I have to do in database. So when I run it im getting an error :
{"msg":"InvalidWorkerResponse: user worker failed to respond"}
I dont know how to prevent this, some idea ? Because if its a question of timeout I guess I can't use Edge function for this kind of script...
{"msg":"InvalidWorkerResponse: user worker failed to respond"}
I dont know how to prevent this, some idea ? Because if its a question of timeout I guess I can't use Edge function for this kind of script...
message.txt5.13KB