diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/forge.skb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/forge.skb b/doc/forge.skb index 3dae6f7..98ae9db 100644 --- a/doc/forge.skb +++ b/doc/forge.skb @@ -1,5 +1,5 @@ ;;; guix-forge --- Guix software forge meta-service -;;; Copyright © 2022, 2023 Arun Isaac <arunisaac@systemreboot.net> +;;; Copyright © 2022–2024 Arun Isaac <arunisaac@systemreboot.net> ;;; ;;; This file is part of guix-forge. ;;; @@ -491,6 +491,9 @@ gunicorn apps to run])) describing sockets to listen on]) (record-field "workers" [Number of worker processes]) + (record-field "timeout" + [Workers silent for more than this many seconds are +killed and restarted.]) (record-field "environment-variables" [List of ,(record-ref "<environment-variable>") objects describing environment variables that should be set in the execution |