mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
services: mumi: Raise maximum duration of indexing job.
Indexing all Debbugs issues from scratch can take more than an hour. * gnu/services/web.scm (mumi-shepherd-services): Raise #:max-duration to 2 hours.
This commit is contained in:
parent
2c7e5574a9
commit
7b8ef76b0f
1 changed files with 1 additions and 1 deletions
|
@ -2071,7 +2071,7 @@ WSGIPassAuthorization On
|
||||||
(calendar-event #:minutes '#$(iota 12 0 5))
|
(calendar-event #:minutes '#$(iota 12 0 5))
|
||||||
(command (list #$(mumi-rsync-and-index config)))
|
(command (list #$(mumi-rsync-and-index config)))
|
||||||
#:log-file #$%mumi-rsync-and-index-log
|
#:log-file #$%mumi-rsync-and-index-log
|
||||||
#:max-duration (* 60 60)
|
#:max-duration (* 2 60 60)
|
||||||
#:wait-for-termination? #t))
|
#:wait-for-termination? #t))
|
||||||
(stop #~(make-timer-destructor))
|
(stop #~(make-timer-destructor))
|
||||||
(actions (list shepherd-trigger-action))
|
(actions (list shepherd-trigger-action))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue