zulip/zerver/tornado
Alex Vandiver f638518722 tornado: Move default production port to 9800.
In development and test, we keep the Tornado port at 9993 and 9983,
respectively; this allows tests to run while a dev instance is
running.

In production, moving to port 9800 consistently removes an odd edge
case, when just one worker is on an entirely different port than if
two workers are used.
2020-09-18 15:13:40 -07:00
..
__init__.py
application.py tornado: Remove a misleading comment and reformat. 2020-09-18 15:13:40 -07:00
autoreload.py docs: Fix capitalization of keyboard keys. 2020-08-11 10:25:53 -07:00
descriptors.py event_queue: Fix strict_optional errors. 2020-07-06 11:25:48 -07:00
django_api.py tornado: Retry POST requests from Django to Tornado. 2020-09-17 16:50:36 -07:00
event_queue.py python: Pre-fix a few spots for better Black formatting. 2020-09-03 17:51:09 -07:00
exceptions.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
handlers.py logging: Report stack_info on logging.exception calls. 2020-08-11 10:16:54 -07:00
ioloop_logging.py logging: Pass format arguments to logging. 2020-05-02 10:18:02 -07:00
sharding.py tornado: Move default production port to 9800. 2020-09-18 15:13:40 -07:00
views.py python: Replace ujson with orjson. 2020-08-11 10:55:12 -07:00