devadathanmb / ktu-bot

A telegram bot to view KTU exam results and notifications easily.
https://t.me/ktu_results_bot
GNU General Public License v3.0
48 stars 6 forks source link

Rework notification broadcast feature #4

Closed devadathanmb closed 10 months ago

devadathanmb commented 10 months ago

This PR reworks on the live notification update feature. The current implementation uses more of a hack to bypass 429 errors from Telegram by adding custom delays and sending in batches. This degrades bot's performance with unnecessary waiting and overhead. The new implementation uses a redis based queue to queue up the updates and send them until 429 is hit. Once hit, a delay of retry_after is added and the process continues.