Update restart documentation.

This commit is contained in:
Arik Fraimovich 2016-07-12 09:27:23 +03:00 committed by GitHub
parent 7844b908de
commit 3f1d48b1f2

View File

@ -13,15 +13,9 @@ There you can see the names of its programs (``redash_celery``,
Restart
=======
Restarting the Web Server
-------------------------
``sudo supervisorctl restart redash_server``
Restarting Celery Workers
-------------------------
``sudo supervisorctl restart redash_celery``
* **Restart all processes**: ``sudo supervisorctl restart all`.
* **Restart the Web server**: ``sudo supervisorctl restart redash_server`.
* **Restart Celery workers**: ``sudo supervisorctl restart redash_celery`.
Restarting Celery Workers & the Queries Queue
---------------------------------------------