[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/10: Increase the limit on pending builds to query
From: |
Christopher Baines |
Subject: |
08/10: Increase the limit on pending builds to query |
Date: |
Wed, 21 Oct 2020 15:50:33 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository data-service.
commit 2e859ed981ef8223727c5175ae1cc00bfd973101
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Wed Oct 21 20:08:02 2020 +0100
Increase the limit on pending builds to query
As there are quite a lot of pending builds.
---
guix-data-service/builds.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guix-data-service/builds.scm b/guix-data-service/builds.scm
index 7d681cc..4afd362 100644
--- a/guix-data-service/builds.scm
+++ b/guix-data-service/builds.scm
@@ -494,7 +494,7 @@ WHERE builds.build_server_id = $1 AND
'scheduled', 'started'
)
ORDER BY latest_build_status.status DESC -- 'started' first
-LIMIT 1000")
+LIMIT 10000")
(map
(match-lambda
- branch master updated (971a474 -> 63fc191), Christopher Baines, 2020/10/21
- 02/10: Cleanup scheduled and started builds with "0" timestamps, Christopher Baines, 2020/10/21
- 01/10: Fix broken links to builds, Christopher Baines, 2020/10/21
- 03/10: Add a view build link on the build page, Christopher Baines, 2020/10/21
- 04/10: Regenerate the latest_build_status table, Christopher Baines, 2020/10/21
- 05/10: Use the status for ordering, as well as timestamp, Christopher Baines, 2020/10/21
- 07/10: Fix rendering of the /builds page, Christopher Baines, 2020/10/21
- 06/10: Limit the builds displayed on the /builds page, Christopher Baines, 2020/10/21
- 10/10: Sort the pending builds by timestamp, Christopher Baines, 2020/10/21
- 08/10: Increase the limit on pending builds to query,
Christopher Baines <=
- 09/10: Update insert-new-latest-status-entries, Christopher Baines, 2020/10/21