Private
Public Access
1
0

working somewhat on thinkpad - doesn't pass tests

This commit is contained in:
Sander Roosendaal
2019-02-05 22:04:48 +01:00
parent c9695a9f8f
commit b6818ccabc
20 changed files with 9584 additions and 9448 deletions

24
rqsettings.txt Normal file
View File

@@ -0,0 +1,24 @@
[program:myworker]
; Point the command to the specific rq command you want to run.
; If you use virtualenv, be sure to point it to
; /home/sander/python/rowsandall/py2/bin/rq
; Also, you probably want to include a settings module to configure this
; worker. For more info on that, see http://python-rq.org/docs/workers/
command=/path/to/rq worker -c workersettings high normal low
; process_num is required if you specify >1 numprocs
process_name=%(program_name)s-%(process_num)s
; If you want to run more than one worker instance, increase this
numprocs=3
; This is the directory from which RQ is ran. Be sure to point this to the
; directory where your source code is importable from
directory=/path/to
; RQ requires the TERM signal to perform a warm shutdown. If RQ does not die
; within 10 seconds, supervisor will forcefully kill it
stopsignal=TERM
; These are up to you
autostart=true
autorestart=true