feat(chalice): changed user-trail period
This commit is contained in:
parent
8017a9cfed
commit
04e19291c4
2 changed files with 3 additions and 2 deletions
|
|
@ -201,6 +201,6 @@ def get_available_actions(tenant_id):
|
|||
|
||||
|
||||
cron_jobs = [
|
||||
{"func": process_traces_queue, "trigger": "interval", "seconds": config("traces_period", cast=int, default=60),
|
||||
{"func": process_traces_queue, "trigger": "interval", "seconds": config("TRACE_PERIOD", cast=int, default=60),
|
||||
"misfire_grace_time": 20}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -67,4 +67,5 @@ EXP_METRICS=true
|
|||
EXP_7D_MV=false
|
||||
EXP_ALERTS=false
|
||||
EXP_FUNNELS=false
|
||||
EXP_RESOURCES=true
|
||||
EXP_RESOURCES=true
|
||||
TRACE_PERIOD=300
|
||||
Loading…
Add table
Reference in a new issue