BOSWatch/BW3-Core

Message-Queuing for Telegram

Closed this issue · 1 comments

The Telegram Bot Api is Rate-Limited to 30 Messages/s in general and 20 Messages/60s for groups/channels.

If the Bot hits these Limit, it may get a Error 429 as a callback and retry. To prevent CPU-Stressing, we should add queuing to the bot.

https://github.com/python-telegram-bot/python-telegram-bot/wiki/Avoiding-flood-limits

PR #50 is ongoing - closed