mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
adds a watchdog to our pubsub and runs it for Coder server. If the watchdog times out, it triggers a graceful exit in `coder server` to give any provisioner jobs a chance to shut down. c.f. #11950