diff options
author | Christopher Baines <mail@cbaines.net> | 2019-07-12 19:57:24 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2019-07-12 19:57:24 +0100 |
commit | 09d927cb99d488b1d9024ec7592b900b6645d065 (patch) | |
tree | f27ea55a225eb18184200c259c2ce1bc6365e721 /.gitignore | |
parent | a6bd46b829070fca8843bc0155e5bf2b71d422dd (diff) | |
download | data-service-09d927cb99d488b1d9024ec7592b900b6645d065.tar data-service-09d927cb99d488b1d9024ec7592b900b6645d065.tar.gz |
Add a process-job command
This allows easily processing an individual job by id. This may be useful to
use manually, but also when processing jobs in parallel, as forking doesn't
work well with the libpq library used by squee.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,6 +16,7 @@ tests/*.trs guix-data-service/config.scm scripts/guix-data-service +scripts/guix-data-service-process-job scripts/guix-data-service-process-jobs scripts/guix-data-service-query-build-servers scripts/guix-data-service-process-branch-updated-email |