v0.0.2
- Introduce
terminate-after
flag, which instructs the process to shutdown
after a specified number of requests. - Introduce graceful shutdown. Upon receiving a shutdown message via SIGTERM, or
viaterminate-after
, call shutdown on each server, allowing requests to
drain.