summaryrefslogtreecommitdiffstats
path: root/biomedisa/supervisor/supervisord-cpu.conf
blob: c942d7dfead9ca8e89ae45e59907e14af9117b1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[supervisord]
nodaemon=true

[program:slices]
command=rq worker -u http://redis rq worker slices
autorestart=true
exitcodes=0

[program:acwe]
command=rq worker -u http://redis rq worker acwe
autorestart=true
exitcodes=0

[program:cleanup]
command=rq worker -u http://redis rq worker cleanup
autorestart=true
exitcodes=0

[program:share_notification]
command=rq worker -u http://redis rq worker share_notification
autorestart=true
exitcodes=0

[program:stop_job]
command=rq worker -u http://redis rq worker stop_job
autorestart=true
exitcodes=0