Files
agent/app/core/constants.py
2026-02-25 14:47:19 +03:00

6 lines
121 B
Python

from datetime import timedelta
IDEMPOTENCY_TTL = timedelta(minutes=10)
MAX_RETRIES = 5
SUPPORTED_SCHEMA_VERSION = "1.0"