chore(): added async decision persistence
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user