Changes

Jump to navigation Jump to search
95 bytes added ,  09:55, 30 August 2018
no edit summary
Line 1: Line 1: −
== Install ==
+
= Install =
 
  pip install Celery
 
  pip install Celery
 
== Create Virtual Host and User ==
 
== Create Virtual Host and User ==
Line 22: Line 22:  
  Never use kill to stop the RabbitMQ server, but rather use the rabbitmqctl command:
 
  Never use kill to stop the RabbitMQ server, but rather use the rabbitmqctl command:
 
  $ sudo rabbitmqctl stop
 
  $ sudo rabbitmqctl stop
 +
 +
= Workers =
 +
== Launch ==
 +
celery -A {ProjectName} worker -l info --queues=queuename1,queuename2

Navigation menu