Skip to content

Commit

Permalink
Run manifest script again after summarizing
Browse files Browse the repository at this point in the history
  • Loading branch information
Perlkonig committed Jan 5, 2025
1 parent 2f31dd7 commit 09009c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,8 @@ functions:
description: Generates static time-to-move results of each game
enabled: ${self:custom.scheduleEnabled.${self:provider.stage}}
# 4am UTC every sunday (giving the various records scripts time to complete)
schedule: cron(0 4 ? * 1 *)
# then run again after summarize
schedule: cron(0 4,7 ? * 1 *)
summarize:
handler: utils/summarize.handler
description: Summarize generated game reports
Expand Down

0 comments on commit 09009c3

Please sign in to comment.