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:
Arun Isaac 2025-09-25 10:42:12 +01:00
parent 2c7e5574a9
commit 7b8ef76b0f
No known key found for this signature in database
GPG key ID: 2E25EE8B61802BB3

View file

@ -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))