reduce number of supervisor processes to 1

Critical fix to prevent 429s from MAL if you're running on a single instance. However, you can set this to as much as you want.
This commit is contained in:
Irfan 2019-07-18 23:59:09 +05:00 committed by GitHub
parent 0c8e8eb0dd
commit 1902dad571
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,8 +5,8 @@ autostart=true
autorestart=true
;user=forge
; Number of active jikan workers, you can change this
numprocs=5
numprocs=1
;redirect_stderr=true
; Feel free to comment out `stdout_logfile`, it's just for debugging purposes
stdout_logfile=/var/www/jikan-rest/storage/logs/worker.log
stderr_logfile=/var/www/jikan-rest/storage/logs/worker.error.log
stderr_logfile=/var/www/jikan-rest/storage/logs/worker.error.log