It looks like there was an issue with reloading introduced recently. Currently when the server reloads, old workers are still sent requests until they hit their timeout.
I updated the reload test to bring out the issue and added back the terminating case in spawnWorker to resolve it.
It looks like there was an issue with reloading introduced recently. Currently when the server reloads, old workers are still sent requests until they hit their timeout.
I updated the reload test to bring out the issue and added back the terminating case in
spawnWorker
to resolve it.