© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•7mo ago•
7 replies
Danils

Edge Function concurrency limits and long-running functions

edge functionsstorage
Hi everyone!

I’m currently using Supabase Edge Functions and implementing a pattern where the function waits (await new Promise(resolve => setTimeout(resolve, 8000))) to debounce incoming messages (e.g., from WhatsApp via Twilio) before processing them.

Since this keeps the function alive for 8 seconds, is there any documented or recommended concurrency limit for Edge Functions?

For example, what would happen if 100 or 200 users triggered this function at the same time?

Any insights or guidance from the team or the community would be appreciated!
Thanks in advance!
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

Edge function limits plans
SupabaseSSupabase / help-and-questions
8mo ago
Edge functions taking too long
SupabaseSSupabase / help-and-questions
2mo ago
Question: Extending Edge Function Timeout for Long-Running Tasks?
SupabaseSSupabase / help-and-questions
10mo ago
My ALL edge functions stopped running
SupabaseSSupabase / help-and-questions
2mo ago