add retry for telegram message edits with tests and updated rate telegram limit

This commit is contained in:
Alishahryar1
2026-01-30 15:41:24 -08:00
parent e379266201
commit 7045e0ed44
7 changed files with 209 additions and 61 deletions
+4
View File
@@ -1,6 +1,10 @@
"""FastAPI application factory and configuration."""
import os
# Opt-in to future behavior for python-telegram-bot
os.environ["PTB_TIMEDELTA"] = "1"
import logging
from contextlib import asynccontextmanager
from fastapi import FastAPI, Request