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: graceful shutdown should wait until the event worker has finished all its work #426

Closed nyannyacha closed 1 month ago

nyannyacha commented 1 month ago

What kind of change does this PR introduce?

Bug fix

Description

Fixes an issue where the graceful shutdown terminates the process even though the event worker has unprocessed log entries.

List of flag to be created due to the introduction of this PR

github-actions[bot] commented 1 month ago

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

The release is available on GitHub release

Your semantic-release bot :package::rocket: