Skip to content
This repository has been archived by the owner on Jan 18, 2020. It is now read-only.
Byron Ruth edited this page Feb 13, 2015 · 1 revision

Workers

Start a worker to consumer a queue.

python bin/manage.py rqworker QUEUE [QUEUE, ...]

To process queued samples, start a worker for the default queue. This will create the sample in the database in the unpublished state. Load the sample variants by starting one or more workers for variants queue. Since they are long-running, they should be executed in a cronjob or in a separate shell (a multiplexer such as tmux or screen is suggested).

Clone this wiki locally