Replies: 3 comments 6 replies
|
What are you doing and what are your errors? But you only have 2seconds of CPU time and 150seconds of idle time per invocation. Your last comment/question is unclear as you want to reduce to 400s? |
4 replies
2 replies
|
I'm also facing the same issue. Could someone find clarification of the timeouts? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



Uh oh!
There was an error while loading. Please reload this page.
According to the following document, the limit of Edge Function execution time is 400s for a paid plan, but when I run it in my environment, EdgeFunction processing stops after 200s.
Does anyone else have a similar problem?
https://supabase.com/docs/guides/functions/limits
I would like to know if there is a way to reduce it to 400s, because at 200s, the architecture itself using EdgeFunction needs to be rethought.
All reactions