Author: sebb
Date: Sun Feb  8 13:44:14 2026
New Revision: 1931758

Log:
May timeout on initial startup

Modified:
   
comdev/reporter.apache.org/branches/tooling-project/docker-config/start-reporter.sh

Modified: 
comdev/reporter.apache.org/branches/tooling-project/docker-config/start-reporter.sh
==============================================================================
--- 
comdev/reporter.apache.org/branches/tooling-project/docker-config/start-reporter.sh
 Sun Feb  8 13:43:21 2026        (r1931757)
+++ 
comdev/reporter.apache.org/branches/tooling-project/docker-config/start-reporter.sh
 Sun Feb  8 13:44:14 2026        (r1931758)
@@ -5,4 +5,4 @@ rm -f /var/log/apache2/*.log
 apache2ctl start
 
 cd scripts
-exec gunicorn -b 127.0.0.1 -w 2 wsgi:app --capture-output  --access-logfile -  
--error-logfile -
\ No newline at end of file
+exec gunicorn -b 127.0.0.1 -w 1 --timeout 120 wsgi:app --capture-output  
--access-logfile -  --error-logfile -
\ No newline at end of file

Reply via email to