From 9c3d5c48694db1018d50aa85acad434f47e5ed0b Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Thu, 13 Dec 2018 00:05:49 +0100 Subject: Initial import --- biomedisa/supervisor/supervisord-gpu.conf | 32 +++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 biomedisa/supervisor/supervisord-gpu.conf (limited to 'biomedisa/supervisor/supervisord-gpu.conf') diff --git a/biomedisa/supervisor/supervisord-gpu.conf b/biomedisa/supervisor/supervisord-gpu.conf new file mode 100644 index 0000000..94323d5 --- /dev/null +++ b/biomedisa/supervisor/supervisord-gpu.conf @@ -0,0 +1,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 -- cgit v1.2.3