mirror of
https://github.com/TheFunny/TelegramTwitterMediaBot.git
synced 2026-09-23 23:32:05 +00:00
Every network retry hard-coded retry_delay_seconds(0), so backoff was flat at 1.2-1.8s regardless of attempt; a multi-minute outage dead- lettered after three rapid tries. The queue now scales the handler's delay by 2^attempts (cap 300s) before rescheduling.