mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-22 09:05:54 +02: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:
@@ -2071,7 +2071,7 @@ WSGIPassAuthorization On
|
||||
(calendar-event #:minutes '#$(iota 12 0 5))
|
||||
(command (list #$(mumi-rsync-and-index config)))
|
||||
#:log-file #$%mumi-rsync-and-index-log
|
||||
#:max-duration (* 60 60)
|
||||
#:max-duration (* 2 60 60)
|
||||
#:wait-for-termination? #t))
|
||||
(stop #~(make-timer-destructor))
|
||||
(actions (list shepherd-trigger-action))
|
||||
|
||||
Reference in New Issue
Block a user