summaryrefslogtreecommitdiffstats
path: root/biomedisa/supervisor/supervisord-gpu.conf
blob: 94323d5936d7522a489f3965ec2aeda8011ac059 (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
28
29
30
31
32
[supervisord]
nodaemon=true

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

[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