aboutsummaryrefslogtreecommitdiff
path: root/genenetwork-development.scm
diff options
context:
space:
mode:
authorArun Isaac2024-02-16 10:53:14 +0000
committerArun Isaac2024-02-16 10:53:14 +0000
commitfa432730bb7a10c720d6bb644c7229cca1192fe8 (patch)
treef141fda0e21e3dd99b96fe5046cc39c9c47cf0ad /genenetwork-development.scm
parentf33cafc2f9b75d11ec1e287c590aa7d0edf754d0 (diff)
downloadgn-machines-fa432730bb7a10c720d6bb644c7229cca1192fe8.tar.gz
Run genenetwork auth CD with 8 workers.
* genenetwork-development.scm (gn-auth-cd-gexp): Run with 8 workers.
Diffstat (limited to 'genenetwork-development.scm')
-rw-r--r--genenetwork-development.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/genenetwork-development.scm b/genenetwork-development.scm
index a15cdd2..ac9b686 100644
--- a/genenetwork-development.scm
+++ b/genenetwork-development.scm
@@ -564,6 +564,7 @@ server described by CONFIG, a <genenetwork-configuration> object."
(show-head-commit)
(invoke #$(file-append gunicorn "/bin/gunicorn")
"-b" #$(string-append "localhost:" (number->string gn-auth-port))
+ "--workers" "8"
"gn_auth:create_app()"))))))))
(define (genenetwork-shepherd-services config)