From 1dc09f3abdf3d871407590774208e46f8ea711fa Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Wed, 14 Oct 2015 16:11:04 -0400 Subject: [PATCH] Document need to restart run-dev.py when developing queue workers. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 37d08d930d..9c88e1568f 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,11 @@ development server encounters. It runs on top of Django's "manage.py runserver" tool, which will automatically restart the Zulip server whenever you save changes to Python code. +However, the Zulip queue workers will not automatically restart when +you save changes, so you will need to ctrl-C and then restart +`run-dev.py` manually if you are testing changes to the queue workers +or if a queue worker has crashed. + Using provision.py without Vagrant ----------------------------------