mirror of
https://github.com/zulip/zulip.git
synced 2025-11-16 03:41:58 +00:00
Previously, we were doing this request to the production server before waiting for all the supervisord processes to start; it's possible this could cause failures where we hit the server before the Django uwsgi processes are up. Hopefully fixes #2723.