supabase / cli

Supabase CLI. Manage postgres migrations, run Supabase locally, deploy edge functions. Postgres backups. Generating types from your database schema.
https://supabase.com/docs/reference/cli/about
MIT License
1.09k stars 212 forks source link

fix: do not abort function reqs after 200s #2879

Closed laktek closed 2 weeks ago

laktek commented 2 weeks ago

What kind of change does this PR introduce?

Hosted platform doesn't do this anymore. There's a request idle timeout of 150s (https://supabase.com/docs/guides/functions/limits). This is built into the edge-runtime itself.

coveralls commented 2 weeks ago

Pull Request Test Coverage Report for Build 11813384352

Details


Files with Coverage Reduction New Missed Lines %
internal/gen/keys/keys.go 5 12.9%
<!-- Total: 5 -->
Totals Coverage Status
Change from base Build 11812545268: -0.03%
Covered Lines: 6386
Relevant Lines: 10706

💛 - Coveralls