Author: sebb
Date: Sun Jun 22 23:32:08 2025
New Revision: 1926650

URL: http://svn.apache.org/viewvc?rev=1926650&view=rev
Log:
API is now a service

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=1926650&r1=1926649&r2=1926650&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/README.txt (original)
+++ comdev/reporter.apache.org/trunk/README.txt Sun Jun 22 23:32:08 2025
@@ -49,7 +49,6 @@ crontab -l -u www-data:
 20 00 * * *      cd /var/www/reporter.apache.org/scripts && ./python3logger.sh 
pmcdates.py
 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
-*/15 * * * *     pgrep -f "gunicorn3.*wsgi:app" || (cd 
/var/www/reporter.apache.org/scripts && gunicorn3 -b 127.0.0.1 -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
@@ -58,6 +57,8 @@ crontab -l -u www-data:
 @reboot         cd /var/www/reporter.apache.org/scripts && ./scandist.sh
 @monthly        cd /var/www/reporter.apache.org/scripts && ./scandist.sh 
restart
 
+The Reporter API uses gunicorn and is now installed in Puppet as a service
+
 There are additional jobs for projects.a.o which are documented in its file 
STRUCTURE.txt
 
 Scripts:


Reply via email to