summaryrefslogtreecommitdiffstats
path: root/biomedisa/run-queues.sh
diff options
context:
space:
mode:
Diffstat (limited to 'biomedisa/run-queues.sh')
-rwxr-xr-xbiomedisa/run-queues.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/biomedisa/run-queues.sh b/biomedisa/run-queues.sh
new file mode 100755
index 0000000..a531b3b
--- /dev/null
+++ b/biomedisa/run-queues.sh
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+# start background workers
+rq worker -u http://redis rq worker first_queue &
+rq worker -u http://redis rq worker slices &
+rq worker -u http://redis rq worker acwe &
+rq worker -u http://redis rq worker cleanup &
+rq worker -u http://redis rq worker share_notification &
+rq worker -u http://redis rq worker stop_job &