From 7d8af9f67c59cf6333d10f92343cd756e1db36cd Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Tue, 2 May 2023 22:17:44 +0200 Subject: Name more of the worker thread channels --- guix-build-coordinator/datastore/sqlite.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'guix-build-coordinator/datastore') diff --git a/guix-build-coordinator/datastore/sqlite.scm b/guix-build-coordinator/datastore/sqlite.scm index 73b3c86..f94e2ee 100644 --- a/guix-build-coordinator/datastore/sqlite.scm +++ b/guix-build-coordinator/datastore/sqlite.scm @@ -1546,6 +1546,8 @@ ORDER BY level ASC" builds-to-consider))))) + (peek "BUILDS TO CONSIDER" (length builds-to-consider)) + (for-each (lambda (build-id) (datastore-call-with-transaction -- cgit v1.2.3