Skip to content

Commit 09009c3

Browse files
committed
Run manifest script again after summarizing
1 parent 2f31dd7 commit 09009c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

serverless.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,8 @@ functions:
218218
description: Generates static time-to-move results of each game
219219
enabled: ${self:custom.scheduleEnabled.${self:provider.stage}}
220220
# 4am UTC every sunday (giving the various records scripts time to complete)
221-
schedule: cron(0 4 ? * 1 *)
221+
# then run again after summarize
222+
schedule: cron(0 4,7 ? * 1 *)
222223
summarize:
223224
handler: utils/summarize.handler
224225
description: Summarize generated game reports

0 commit comments

Comments
 (0)