python-telegram-bot/telegram/ext
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
..
__init__.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
callbackqueryhandler.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
choseninlineresulthandler.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
commandhandler.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
conversationhandler.py Explicitly check update.effective_chat in ConversationHandler.check_update (#959) 2018-02-12 16:09:51 +02:00
dispatcher.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
filters.py Support v3.6 API (#1006) 2018-02-18 17:11:04 +02:00
handler.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
inlinequeryhandler.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
jobqueue.py jobqueue: Thread safety fixes (#977) 2018-01-20 15:27:01 +02:00
messagehandler.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
messagequeue.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
precheckoutqueryhandler.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
regexhandler.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
shippingqueryhandler.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
stringcommandhandler.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
stringregexhandler.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
typehandler.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
updater.py updater.py: Better handling of timeouts during getUpdates (#1007) 2018-02-18 17:50:38 +02:00