mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-18 20:18:23 +00:00
bc1020f965
In case of configuring the empty compute, API handler is waiting on condvar for compute state change. Yet, previously if Postgres failed to start we were just setting compute status to `Failed` without notifying. It causes a timeout on control plane side, although we can return a proper error from compute earlier. With this commit API handler should be properly notified.