guix-data-service/scripts
Christopher Baines 18b6dd9e6d Stop opening a PostgreSQL connection per request
This was good in that it avoided having to deal with long running connections,
but it probably takes some time to open the connection, and these changes are
a step towards offloading the PostgreSQL queries to other threads, so they
don't block the threads for fibers.
2020-10-03 09:22:29 +01:00
..
guix-data-service-backup-database Move around --no-tablespaces 2020-05-16 08:42:00 +01:00
guix-data-service-create-small-backup Move around --no-tablespaces 2020-05-16 08:42:00 +01:00
guix-data-service-manage-build-servers.in Add a lookup_builds field to the build_servers table 2020-05-24 17:02:53 +01:00
guix-data-service-process-branch-updated-email.in Switch to processing emails as bytevectors 2019-09-26 18:08:12 +01:00
guix-data-service-process-branch-updated-mbox.in Warn if process-branch-updated-mbox won't match any emails 2020-02-01 14:03:26 +01:00
guix-data-service-process-job.in Remove development code from the process job script 2020-09-28 08:29:20 +01:00
guix-data-service-process-jobs.in Support customising the latest branch revision max processes 2020-02-28 20:58:21 +00:00
guix-data-service-query-build-servers.in Make it possible to query builds servers for specific outputs 2020-02-16 09:54:27 +00:00
guix-data-service-query-substitute-servers.in Split out querying of build servers and substitute servers 2020-05-03 13:23:43 +01:00
guix-data-service.in Stop opening a PostgreSQL connection per request 2020-10-03 09:22:29 +01:00