Hi team,
We’re using Supabase Edge Functions and noticed the ~150s idle timeout.
In our case, we sometimes need to wait for long-running responses (e.g., Gemini deep research / LLM calls) that can exceed this limit.
What is the recommended architecture for handling these scenarios?
What is the best practice to reliably handle long-running operations without hitting timeouts?
Thanks!