From f9bd2f047e295beb8252af8ae1eafaa43b70aa2a Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Wed, 22 Mar 2023 15:16:44 +0000 Subject: Implement and extend the agent status functionality Previously, updating the status was used by the agent just to get back the list of builds it was already allocated. Now the status sent is actually stored, along with the 1min load average. --- guix-build-coordinator/datastore.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'guix-build-coordinator/datastore.scm') diff --git a/guix-build-coordinator/datastore.scm b/guix-build-coordinator/datastore.scm index 68c3339..5caa8e0 100644 --- a/guix-build-coordinator/datastore.scm +++ b/guix-build-coordinator/datastore.scm @@ -23,6 +23,7 @@ (re-export datastore-new-agent) (re-export datastore-list-agents) (re-export datastore-set-agent-active) +(re-export datastore-update-agent-status) (re-export datastore-find-agent) (re-export datastore-find-agent-by-name) (re-export datastore-insert-dynamic-auth-token) -- cgit v1.2.3