[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/20: Add a comment
From: |
Christopher Baines |
Subject: |
10/20: Add a comment |
Date: |
Mon, 4 Nov 2024 12:27:31 -0500 (EST) |
cbaines pushed a commit to branch master
in repository data-service.
commit 1782a33a18a157631381faf0f55eef7a2a2b81a0
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Sun Oct 27 14:04:54 2024 +0000
Add a comment
---
guix-data-service/jobs/load-new-guix-revision.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/guix-data-service/jobs/load-new-guix-revision.scm
b/guix-data-service/jobs/load-new-guix-revision.scm
index 93b24b8..da08566 100644
--- a/guix-data-service/jobs/load-new-guix-revision.scm
+++ b/guix-data-service/jobs/load-new-guix-revision.scm
@@ -2017,6 +2017,8 @@ SELECT 1 FROM derivation_source_file_nars WHERE
derivation_source_file_id = $1"
(let ((get-derivations/fiberized
(fiberize get-derivations
+ ;; Limit concurrency here to keep focused on specific
+ ;; systems until they've been fully processed
#:parallelism parallelism)))
(par-map&
(match-lambda
- branch master updated (46b8676 -> d310632), Christopher Baines, 2024/11/04
- 01/20: Use a dedicated fiber for heap size monitoring, Christopher Baines, 2024/11/04
- 03/20: Fix extract-information-from message, Christopher Baines, 2024/11/04
- 02/20: Increase parallelism when loading revisions, Christopher Baines, 2024/11/04
- 10/20: Add a comment,
Christopher Baines <=
- 08/20: Use a common derivation-ids-hash-table, Christopher Baines, 2024/11/04
- 04/20: Add fibers-promise-reset, Christopher Baines, 2024/11/04
- 05/20: Ensure the guix derivations are stored prior to attempting to substitute, Christopher Baines, 2024/11/04
- 12/20: Add new fibers utilities, Christopher Baines, 2024/11/04
- 14/20: Ensure that call-with-resource-from-pool doesn't get stuck, Christopher Baines, 2024/11/04
- 07/20: Add placeholder derivation source file nar procedures, Christopher Baines, 2024/11/04
- 15/20: Tweak the resource pool return behaviour, Christopher Baines, 2024/11/04
- 20/20: Move the inferior cleanup to the end of each system+target, Christopher Baines, 2024/11/04
- 06/20: Include the package version in the "error when computing" messages, Christopher Baines, 2024/11/04
- 13/20: Add call-with-default-io-waiters, Christopher Baines, 2024/11/04