change(crons): added new cron for assist stats
This commit is contained in:
parent
a8855563b9
commit
1a59f996e4
2 changed files with 2 additions and 2 deletions
|
|
@ -10,7 +10,7 @@ ACTIONS = {
|
|||
"REPORT": core_dynamic_crons.weekly_report,
|
||||
"PROJECTS_STATS": core_dynamic_crons.health_cron,
|
||||
"FIX_PROJECTS_STATS": core_dynamic_crons.weekly_health_cron,
|
||||
"ASSISTSTATS": ee_crons.assist_events_aggregates_cron,
|
||||
"ASSIST_STATS": ee_crons.assist_events_aggregates_cron,
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ assiststats:
|
|||
# Overrides the image tag whose default is the chart appVersion.
|
||||
tag: ""
|
||||
env:
|
||||
ACTION: "ASSISTSTATS"
|
||||
ACTION: "ASSIST_STATS"
|
||||
report:
|
||||
# https://crontab.guru/#0_5_*_*_1
|
||||
# Monday morning 5am
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue