aboutsummaryrefslogtreecommitdiff
path: root/bffe.scm
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2024-05-11 07:26:18 +0100
committerChristopher Baines <mail@cbaines.net>2024-05-11 07:26:18 +0100
commit06fca5d1772469d163bbf165801ed547e0290f1c (patch)
tree058db621130a8b05939acc421dcd7f42bae7bbaf /bffe.scm
parenta8e97cb90db92230dbc10677cceac91709031766 (diff)
downloadbffe-06fca5d1772469d163bbf165801ed547e0290f1c.tar
bffe-06fca5d1772469d163bbf165801ed547e0290f1c.tar.gz
Instrument unseen revisions
Diffstat (limited to 'bffe.scm')
-rw-r--r--bffe.scm6
1 files changed, 4 insertions, 2 deletions
diff --git a/bffe.scm b/bffe.scm
index 405937e..fa185ee 100644
--- a/bffe.scm
+++ b/bffe.scm
@@ -63,8 +63,10 @@
(lambda ()
(run-fibers
(lambda ()
- (for-each start-submit-builds-fibers
- build)
+ (for-each
+ (lambda (spec)
+ (start-submit-builds-fibers metrics-registry spec))
+ build)
(when web-server-args
(apply start-bffe-web-server