This is an automated email from the ASF dual-hosted git repository.

brondsem pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/allura.git


The following commit(s) were added to refs/heads/master by this push:
     new ba2dad84c running with threads is good, for our prod example
ba2dad84c is described below

commit ba2dad84c87807e3b5f4d91890d48bbbda8a949c
Author: Dave Brondsema <[email protected]>
AuthorDate: Mon Jul 1 18:07:28 2024 -0400

    running with threads is good, for our prod example
---
 docker-compose-prod.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker-compose-prod.yml b/docker-compose-prod.yml
index 9f035d0d7..e4aab2443 100644
--- a/docker-compose-prod.yml
+++ b/docker-compose-prod.yml
@@ -52,7 +52,7 @@ services:
       - mongo
       - solr
     # see http://docs.gunicorn.org/en/latest/settings.html#workers
-    command: gunicorn --paste /allura-data/production.ini --workers 4 
--timeout 90 -b :8088
+    command: gunicorn --paste /allura-data/production.ini --workers 4 
--threads 6 --timeout 90 -b :8088
     restart: always
 
   taskd:

Reply via email to