mirror of
https://github.com/coder/coder.git
synced 2026-06-05 14:08:20 +00:00
a0962ba089
c.f. https://github.com/coder/coder/pull/13192#issuecomment-2097657692 We need to wait for PGCoordinator to finish its work before returning on `Close()`, so that we delete database state (best effort -- if this fails others will filter it out based on heartbeats).