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. |
||
|---|---|---|
| .. | ||
| examples | ||
| __init__.py | ||
| api_examples.py | ||
| send.py | ||