Document need to restart run-dev.py when developing queue workers.

This commit is contained in:
Tim Abbott 2015-10-14 16:11:04 -04:00
parent 4309f92062
commit 1dc09f3abd
1 changed files with 5 additions and 0 deletions

View File

@ -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
----------------------------------