You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please answer these questions before submitting your issue. Thanks!
What version of pyTelegramBotAPI are you using? 4.9.0
What OS are you using? Linux Mint 21
What version of python are you using? 3.10
First, I'd like to thank you and other collaborators for this great library.
I'd like to know if it's possible to receive those updates that had been sent while bot was down. I'm running a Telegram bot on a VPS. When the VPS happens to be down for a few minutes, Every update in that period is lost after the bot recovers. In other words, the infinity_polling function* does not fetch the unprocessed updates. Is there a workaround?
* skip_pending parameter is not passed to the function.
This discussion was converted from issue #1900 on February 01, 2023 06:24.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Please answer these questions before submitting your issue. Thanks!
What version of pyTelegramBotAPI are you using? 4.9.0
What OS are you using? Linux Mint 21
What version of python are you using? 3.10
First, I'd like to thank you and other collaborators for this great library.
I'd like to know if it's possible to receive those updates that had been sent while bot was down. I'm running a Telegram bot on a VPS. When the VPS happens to be down for a few minutes, Every update in that period is lost after the bot recovers. In other words, the infinity_polling function* does not fetch the unprocessed updates. Is there a workaround?
* skip_pending parameter is not passed to the function.
Beta Was this translation helpful? Give feedback.
All reactions