~ruther/guix-local

7b8ef76b0f2dd7e9452160d8cb03f1d58635fd14 — Arun Isaac 6 months ago 2c7e557
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.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/services/web.scm
M gnu/services/web.scm => gnu/services/web.scm +1 -1
@@ 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))