pyTelegramBotAPI
pyTelegramBotAPI copied to clipboard
Error timeout not working as expected on async
There have been reports saying that error timeout is not working as expected in async during 429 issues.
This is true. Any exception is ignored in infinity polling. If a token is revoked while running, e.g. it becomes compromised and Telegram revokes it, the 401 error is also ignored and polling keeps retrying despite spamming that it's unauthorized in the logs.
Here is an example of 429 being ignored.
Is it still actual?
couldn't reproduce.