guix-data-service/scripts
Christopher Baines 8e23d38660 Handle migrations and server startup better
The server part of the guix-data-service doesn't work great as a guix service,
since it often fails to start if the migrations take any time at all.

To address this, start the server before running the migrations, and serve the
pages that work without the database, plus a general 503 response. Once the
migrations have completed, switch to the normal behaviour.
2022-06-17 13:13:21 +01:00
..
guix-data-service-backup-database Allow customising the pg_dump command used 2021-01-03 19:05:41 +00:00
guix-data-service-create-small-backup Fix more issues with the git_commits introduction 2022-05-23 22:49:51 +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 Support not querying pending builds 2020-11-01 22:52:53 +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 Handle migrations and server startup better 2022-06-17 13:13:21 +01:00