© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•2y ago•
2 replies
WcaleNieWolny

Local supabase edge function timeout

Hello, I am developing a feature for my that is quite heavy and one that requires a lot of other applications to run on my computer. I have noticed that supabase is not handling this too well. This increased load on my PC has made the supabase edge fns very unreliable. Sometimes I get the following error:

CPU time hard limit reached. isolate: aafe9a1b-f0ff-4662-b85c-aa627ae3113c
failed to send request to user worker: request has been cancelled by supervisor
user worker failed to respond: request has been cancelled by supervisor
WorkerRequestCancelled: request has been cancelled by supervisor
    at async Promise.allSettled (index 1)
    at async UserWorker.fetch (ext:sb_user_workers/user_workers.js:70:21)
    at async Server.<anonymous> (file:///home/deno/main/index.ts:146:12)
    at async #respond (https://deno.land/std@0.182.0/http/server.ts:220:18) {
  name: "WorkerRequestCancelled"
}
ReferenceError: Status is not defined
    at Server.<anonymous> (file:///home/deno/main/index.ts:164:13)
    at eventLoopTick (ext:core/01_core.js:64:7)
    at async #respond (https://deno.land/std@0.182.0/http/server.ts:220:18)
CPU time hard limit reached. isolate: aafe9a1b-f0ff-4662-b85c-aa627ae3113c
failed to send request to user worker: request has been cancelled by supervisor
user worker failed to respond: request has been cancelled by supervisor
WorkerRequestCancelled: request has been cancelled by supervisor
    at async Promise.allSettled (index 1)
    at async UserWorker.fetch (ext:sb_user_workers/user_workers.js:70:21)
    at async Server.<anonymous> (file:///home/deno/main/index.ts:146:12)
    at async #respond (https://deno.land/std@0.182.0/http/server.ts:220:18) {
  name: "WorkerRequestCancelled"
}
ReferenceError: Status is not defined
    at Server.<anonymous> (file:///home/deno/main/index.ts:164:13)
    at eventLoopTick (ext:core/01_core.js:64:7)
    at async #respond (https://deno.land/std@0.182.0/http/server.ts:220:18)


with the following response.

Is there any way to increase the
CPU time hard limit
CPU time hard limit
locally?
image.png
Supabase banner
SupabaseJoin
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
45,816Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Scheduled Edge Function Timeout
SupabaseSSupabase / help-and-questions
3y ago
Supabase edge function issue
SupabaseSSupabase / help-and-questions
3w ago
Supabase-Selfhosted : How to Increase Edge Function timeout limit
SupabaseSSupabase / help-and-questions
3mo ago
Supabase edge function time out
SupabaseSSupabase / help-and-questions
8mo ago