Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Perlkonig committed Jan 5, 2025
2 parents 787ba73 + 09009c3 commit 08e2760
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 08e2760

Please sign in to comment.