python-telegram-bot/telegram
Noam Meltzer 91ae35e26c
updater.py: Better handling of timeouts during getUpdates (#1007)
TimedOut exception is an expected an normal event. To reduce noise and
make things more "fluent" we now:
 - Make sure that we don't sleep after the timeout but rather retry
immediately.
 - Log debug instead of error level.

Fixes #802
2018-02-18 17:50:38 +02:00
..
ext updater.py: Better handling of timeouts during getUpdates (#1007) 2018-02-18 17:50:38 +02:00
files More instance methods (#963) 2018-02-18 17:49:52 +02:00
games Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
inline Support v3.6 API (#1006) 2018-02-18 17:11:04 +02:00
payment Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
utils Added utils.helpers.effective_message_type (#826) 2018-02-15 11:21:19 +02:00
vendor Update vendored urllib3 gitmodule to the proper git revision 2017-07-25 22:37:58 +03:00
__init__.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
__main__.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
base.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
bot.py More instance methods (#963) 2018-02-18 17:49:52 +02:00
callbackquery.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
chat.py More instance methods (#963) 2018-02-18 17:49:52 +02:00
chataction.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
chatmember.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
choseninlineresult.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
constants.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
error.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
forcereply.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
keyboardbutton.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
message.py Support v3.6 API (#1006) 2018-02-18 17:11:04 +02:00
messageentity.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
parsemode.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
replykeyboardmarkup.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
replykeyboardremove.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
replymarkup.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
update.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
user.py More instance methods (#963) 2018-02-18 17:49:52 +02:00
userprofilephotos.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
version.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
webhookinfo.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00