diff options
author | Arun Isaac | 2024-02-16 10:53:14 +0000 |
---|---|---|
committer | Arun Isaac | 2024-02-16 10:53:14 +0000 |
commit | fa432730bb7a10c720d6bb644c7229cca1192fe8 (patch) | |
tree | f141fda0e21e3dd99b96fe5046cc39c9c47cf0ad | |
parent | f33cafc2f9b75d11ec1e287c590aa7d0edf754d0 (diff) | |
download | gn-machines-fa432730bb7a10c720d6bb644c7229cca1192fe8.tar.gz |
Run genenetwork auth CD with 8 workers.
* genenetwork-development.scm (gn-auth-cd-gexp): Run with 8 workers.
-rw-r--r-- | genenetwork-development.scm | 1 |
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) |