From 1ed28e325f241f3e480cfad331021f0676445a17 Mon Sep 17 00:00:00 2001 From: Frederick M. Muriithi Date: Wed, 10 Apr 2024 08:33:23 +0000 Subject: gunicorn: Support unstructured extra CLI arguments. The most useful options (e.g. "--workers", "--timeout", "--env") have dedicated slots in the structure. These, however, are not the only options available to pass to gunicorn at startup. This commit allows us to pass in a list of any extra CLI options we want on the CLI. * guix/forge/gunicorn.scm ()[extra-cli-arguments]: New field. (gunicorn-shepherd-services): Use extra-cli-arguments field. * doc/forge.skb (Services)[Specialized application deployment services]{gunicorn service}: Document extra-cli-arguments field. Signed-off-by: Arun Isaac --- doc/forge.skb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') diff --git a/doc/forge.skb b/doc/forge.skb index 99d1b86..f1f69b1 100644 --- a/doc/forge.skb +++ b/doc/forge.skb @@ -1,5 +1,6 @@ ;;; guix-forge --- Guix software forge meta-service ;;; Copyright © 2022–2024 Arun Isaac +;;; Copyright © 2024 Frederick M. Muriithi ;;; ;;; This file is part of guix-forge. ;;; @@ -494,6 +495,9 @@ describing sockets to listen on]) (record-field "timeout" [Workers silent for more than this many seconds are killed and restarted.]) + (record-field "extra-cli-arguments" + [List of strings to pass as additional command-line +arguments to gunicorn]) (record-field "environment-variables" [List of ,(record-ref "") objects describing environment variables that should be set in the execution -- cgit v1.2.3