Warn if PostgreSQL appears stalled
This commit is contained in:
@ -313,6 +313,7 @@ private:
|
||||
counter nrDispatcherWakeups{0};
|
||||
counter bytesSent{0};
|
||||
counter bytesReceived{0};
|
||||
counter nrActiveDbUpdates{0};
|
||||
|
||||
/* Log compressor work queue. */
|
||||
nix::Sync<std::queue<nix::Path>> logCompressorQueue;
|
||||
@ -359,6 +360,8 @@ public:
|
||||
|
||||
private:
|
||||
|
||||
MaintainCount startDbUpdate();
|
||||
|
||||
/* Return a store object that can access derivations produced by
|
||||
hydra-evaluator. */
|
||||
nix::ref<nix::Store> getLocalStore();
|
||||
|
Reference in New Issue
Block a user