aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2021-06-06 14:33:41 +0300
committerFilipp Lepalaan <filipp@mac.com>2021-06-06 14:33:41 +0300
commitbc273f17cd8e08c6944660b8633ba41763f292b2 (patch)
tree64417ccdb1578292979577dde4245100d9d07f36 /README.md
parent86316988dce1558e619a07c164f3e545f64d9e57 (diff)
downloadServo-bc273f17cd8e08c6944660b8633ba41763f292b2.tar.gz
Servo-bc273f17cd8e08c6944660b8633ba41763f292b2.tar.bz2
Servo-bc273f17cd8e08c6944660b8633ba41763f292b2.zip
Migrate Celery to RQ
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 207a1dd..feb29f9 100644
--- a/README.md
+++ b/README.md
@@ -54,9 +54,10 @@ For testing, you can run Servo without any extra setup:
$ cd my_servo_folder
$ python ./manage.py runserver
-If you want to run rules, set ENABLE_RULES = True and start the worker task:
+If you want to run rules, set ENABLE_RULES = True and start the worker task and scheduler:
- $ celery -A servo worker -B -l info -s /tmp/celerybeat-schedule
+ $ ./manage.py rqworker &
+ $ ./manage.py scheduler
Then fire up your browser and got to [http://localhost:8000/](http://localhost:8000/)