- Use backoff library with 5s base, max 5 tries for HttpError 429/5xx - Decorate Google functions: ensure_calendar, fetch_events, create/update/delete events - Add backoff to requirements.txt
9 lines
111 B
Plaintext
9 lines
111 B
Plaintext
pydantic>=2.6.1
|
|
httpx>=0.28.1
|
|
aiohttp
|
|
requests
|
|
redis
|
|
python-dotenv
|
|
google-api-python-client
|
|
google-auth
|
|
backoff |