Currently, the Bencher API server does not do a good job of waiting for inflight requests to complete before shutting down. See: https://fly.io/blog/graceful-vm-exits-some-dials
Add a listener for SIGINT to initiate a graceful shutdown.
If a task takes to long and we receive a SIGKILL, then adding transactions will help in that case as well: #576
Currently, the Bencher API server does not do a good job of waiting for inflight requests to complete before shutting down. See: https://fly.io/blog/graceful-vm-exits-some-dials
Add a listener for
SIGINTto initiate a graceful shutdown.If a task takes to long and we receive a
SIGKILL, then adding transactions will help in that case as well: #576