python-zulip-api/zulip/zulip
Steve Howell 043d963a99 Fail fast for bad connections with the API and bots.
The API has aggressive retry logic for connecting to a
server, which may make sense for situation where you have
connection blips or server restarts.

When you're first connecting to the API, however, connection
failures are almost certainly a sign of misconfiguration, so
now we fail fast.

The bot lib takes advantage of this API change by catching the
ZulipError exception and exiting gracefully.
2017-11-21 14:21:04 -08:00
..
examples zulip: Use canonical way to require an arg in subscribe. 2017-09-15 13:24:32 +02:00
__init__.py Fail fast for bad connections with the API and bots. 2017-11-21 14:21:04 -08:00
api_examples.py mypy: Add annotations to api_examples.py 2017-09-15 13:24:24 +02:00
send.py mypy: Fix annotations in core zulip files. 2017-09-15 13:24:09 +02:00