chore(): added async decision persistence

This commit is contained in:
ITQ
2026-02-24 17:55:14 +03:00
parent 740fd2d7bd
commit cda60bb057
8 changed files with 515 additions and 108 deletions
+10
View File
@@ -54,6 +54,16 @@ else:
},
}
DECISION_RESULT_CACHE_TTL_SECONDS = env.int(
"DECISION_RESULT_CACHE_TTL_SECONDS",
default=60,
)
DECISION_WRITE_MODE = env(
"DECISION_WRITE_MODE",
default="sync",
)
# Celery