Skip to content

v0.0.2

Compare
Choose a tag to compare
@siggy siggy released this 22 May 18:01
ab87349
  • 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
    via terminate-after, call shutdown on each server, allowing requests to
    drain.