Implement update grouping to make less API requests #41

Open
opened 2022-07-13 19:37:30 +00:00 by skobkin · 0 comments
Collaborator

Now we're making at 1+N requests to Telegram API each time we're sending updates to the user.

We can operate with Telegram API more efficiently by implementing message grouping.

But we need to remember about message length limit and modify current solution (#40) to a bit more sophisticated one.

Now we're making at 1+N requests to Telegram API each time we're sending updates to the user. We can operate with Telegram API more efficiently by implementing message grouping. But we need to remember about message length limit and modify current solution (#40) to a bit more sophisticated one.
skobkin added this to the Release 1.0 milestone 2022-07-13 19:37:30 +00:00
skobkin added the
research needed
enhancement
labels 2022-07-13 19:37:30 +00:00
skobkin added this to the RSS Bot Kanban Perdoling project 2022-07-13 19:37:30 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Miroslavsckaya/tg_rss_bot#41
No description provided.