Currently if no worker is available, the router returns 500 immediately.
$ curl -X POST -H "Host: ctr6.actors.resources.substrate.ate.dev" -i http://localhost:8888/
HTTP/1.1 500 Internal Server Error
content-type:
content-length: 96
date: Wed, 20 May 2026 22:46:44 GMT
server: envoy
error resuming actor ctr6: rpc error: code = FailedPrecondition desc = no free workers available
Currently if no worker is available, the router returns 500 immediately.