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