aiogram / telegram-bot-api

Docker image of Telegram Bot API Server
https://hub.docker.com/r/aiogram/telegram-bot-api
165 stars 49 forks source link

[Question] Optimal Configuration #18

Closed RubberArchind closed 2 months ago

RubberArchind commented 4 months ago

Helo, so i make a broadcast bot, im using this telegram-bot-api to increase the performance of my bot, but sometimes i got a lot pending message that not sended, is there is something i can do to resolve this issue? my VPS spec is not the problem i guess, i have a good internet connection speed too, so i think there is something i should do in telegram-bot-api itself.

I hope someone can help me with this, Thanks 🥂

RubberArchind commented 4 months ago

image

Here is some screenshoot of my bot working as you can see there are more than 20 pending task, a task will send a message with gif in it, the pending is not like a few minutes its just in seconds but I think that should be able to execute 20 request in a second isn't it?

sertraline commented 3 months ago

I don't think this is an issue with the server, it must be something with how you set up your webhooks.

RubberArchind commented 2 months ago

Ok thanks for the feedback, i can confirm that the problem was indeed in my webhooks not the telegram bot api itself.