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.
This commit is contained in:
parent
a6bd46b829
commit
09d927cb99
4 changed files with 39 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue