ehForwarderBot / efb-telegram-master

EFB Telegram Master Channel, a channel for EH Forwarder Bot.
GNU Affero General Public License v3.0
223 stars 78 forks source link

Suppress poll conflict warning base on timestamps #103

Closed blueset closed 4 years ago

blueset commented 4 years ago

Sometimes poll conflict warnings are issued when one getUpdates request is not properly received before another one is sent. This is usually caused by an unstable connection to Telegram API server.

Fix: store the timestamp at when the last warning issued. Bot shall only notify the admin when the last seen alarm is within 60 seconds.


Suggested by @ jqqqqqqqqqq.