From f33cafc2f9b75d11ec1e287c590aa7d0edf754d0 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Fri, 16 Feb 2024 10:52:40 +0000 Subject: Run genenetwork3 CD with 8 workers. * genenetwork-development.scm (genenetwork3-cd-gexp): Run with 8 workers. --- genenetwork-development.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/genenetwork-development.scm b/genenetwork-development.scm index c7c1a01..a15cdd2 100644 --- a/genenetwork-development.scm +++ b/genenetwork-development.scm @@ -520,6 +520,7 @@ server described by CONFIG, a object." (show-head-commit) (invoke #$(file-append gunicorn "/bin/gunicorn") "-b" #$(string-append "localhost:" (number->string gn3-port)) + "--workers" "8" "gn3.app:create_app()" ;; gunicorn's default 30 second timeout is ;; insufficient for Fahamu AI endpoints and -- cgit v1.2.3