From c3cb04cb8052492dae715012586f9e3d2d64579d Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sun, 5 Nov 2023 13:42:03 +0000 Subject: Use fibers when processing new revisions Just have one fiber at the moment, but this will enable using fibers for parallelism in the future. Fibers seemed to cause problems with the logging setup, which was a bit odd in the first place. So move logging to the parent process which is better anyway. --- guix-data-service/web/jobs/controller.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'guix-data-service/web/jobs') diff --git a/guix-data-service/web/jobs/controller.scm b/guix-data-service/web/jobs/controller.scm index b8b494d..7e5084f 100644 --- a/guix-data-service/web/jobs/controller.scm +++ b/guix-data-service/web/jobs/controller.scm @@ -23,6 +23,7 @@ #:use-module (guix-data-service web controller) #:use-module (guix-data-service web query-parameters) #:use-module (guix-data-service web util) + #:use-module (guix-data-service jobs) #:use-module (guix-data-service jobs load-new-guix-revision) #:use-module (guix-data-service web jobs html) #:export (jobs-controller)) -- cgit v1.2.3