supabase / edge-runtime

A server based on Deno runtime, capable of running JavaScript, TypeScript, and WASM services.
MIT License
691 stars 62 forks source link

fix: change the status code emitted when an idle timeout occurs for a worker #349

Closed nyannyacha closed 6 months ago

nyannyacha commented 6 months ago

What kind of change does this PR introduce?

Enhancement

Description

By default, idle timeout is for connections that have been successfully established, so a 504 status code should be emitted instead of a 408 status code.

cc @laktek

github-actions[bot] commented 6 months ago

:tada: This PR is included in version 1.53.2 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: