Первый коммит
This commit is contained in:
5
app/core/constants.py
Normal file
5
app/core/constants.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from datetime import timedelta
|
||||
|
||||
IDEMPOTENCY_TTL = timedelta(minutes=10)
|
||||
MAX_RETRIES = 5
|
||||
SUPPORTED_SCHEMA_VERSION = "1.0"
|
||||
Reference in New Issue
Block a user