summaryrefslogtreecommitdiffstats
path: root/biomedisa/run-queues.sh
blob: a531b3b21bead2872980495f694692b7b1d353f0 (plain)
1
2
3
4
5
6
7
8
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 &