supabase / edge-runtime

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

fix: missing early retire signal #384

Closed nyannyacha closed 4 months ago

nyannyacha commented 4 months ago

What kind of change does this PR introduce?

Bug fix

Description

It looks like the early retire signalling lines were removed during the refactoring of the supervisor 😓

This caused a regression that allowed incoming requests to be accepted by workers with insufficient wall clock time or cpu time remaining.

Slack: link

cc @inian

github-actions[bot] commented 4 months ago

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

The release is available on GitHub release

Your semantic-release bot :package::rocket: