cbaines pushed a change to branch master
in repository data-service.
from eeda1bf Use system-ids for inserting distribution counts
new e2e158e Make resource pools a record
new bfb4ff3 Include the pool name in the resource pool timeout exception
new b2dcccb Name the resource pools
new 0c08ce0 Tweak handling web server errors
new 7f1aaa5 Allow setting the scheduler for a resource pool
new 22eb8d4 Move the resource pools to a different thread
new 05c3ae5 Use more threads for the server
new c335775 Check the WAL size before computing lint warnings
new 0592fba Check the WAL size more frequently when using inferiors
new 210e9a4 Log the number of inferiors when reporting WAL issues
new 3887435 Improve logging around use of inferiors
new c2ccd81 Improve the implementation of checking for idle resources
new 6de908d Increase the inferior idle seconds
new f6eadb0 Make the free space requirement configurable
new 122b63e Increase the WAL threshold
new c486db6 Further reduce the chunk size
The 16 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
guix-data-service/jobs.scm | 6 +-
guix-data-service/jobs/load-new-guix-revision.scm | 163 +++++++++++++---------
guix-data-service/utils.scm | 57 +++++---
guix-data-service/web/controller.scm | 63 ++++++---
guix-data-service/web/server.scm | 40 +++++-
guix-data-service/web/view/html.scm | 5 +-
scripts/guix-data-service-process-jobs.in | 13 +-
7 files changed, 227 insertions(+), 120 deletions(-)