You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by se...@apache.org on 2019/09/17 16:13:23 UTC

svn commit: r1867067 - /comdev/reporter.apache.org/trunk/README.txt

Author: sebb
Date: Tue Sep 17 16:13:22 2019
New Revision: 1867067

URL: http://svn.apache.org/viewvc?rev=1867067&view=rev
Log:
Sync with live

Modified:
    comdev/reporter.apache.org/trunk/README.txt

Modified: comdev/reporter.apache.org/trunk/README.txt
URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/README.txt?rev=1867067&r1=1867066&r2=1867067&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/README.txt (original)
+++ comdev/reporter.apache.org/trunk/README.txt Tue Sep 17 16:13:22 2019
@@ -52,7 +52,7 @@ crontab -l -u www-data: (Not currently s
 30 00 * * *      cd /var/www/reporter.apache.org/scripts && ./python3logger.sh bugzillastats.py
 50 00 * * *      cd /var/www/reporter.apache.org/scripts && ./python3logger.sh health.py
 32  * * * *      cd /var/www/reporter.apache.org/scripts && ./python3logger.sh readchecker.py
-*/30 * * * *     pgrep -f "gunicorn3.*wsgi:app" || (cd /var/www/reporter.apache.org/scripts && gunicorn3 -b 127.0.0.1:8000 -w 6 -D wsgi:app && echo "restarting gunicorn for reporter")
+*/15 * * * *     pgrep -f "gunicorn3.*wsgi:app" || (cd /var/www/reporter.apache.org/scripts && gunicorn3 -b 127.0.0.1:8000 -w 6 -D wsgi:app && echo "restarting gunicorn")
 
 # ensure that any new data files get picked up by the commit (which must be done by root)
 40  * * * *      cd /var/www/reporter.apache.org/scripts && ./svnadd.sh ../data/releases