1
0
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:
Arun Isaac
2025-09-25 10:42:12 +01:00
parent 2c7e5574a9
commit 7b8ef76b0f
+1 -1
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))