Skip to content

Commit

Permalink
Start tournaments twice a day
Browse files Browse the repository at this point in the history
  • Loading branch information
Perlkonig committed Dec 28, 2024
1 parent 0749b14 commit 017bac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,4 +240,4 @@ functions:
description: Checks if any tournaments are ready to start (and starts or cancels them)
enabled: ${self:custom.scheduleEnabled.${self:provider.stage}}
# 10am UTC every morning
schedule: cron(0 10 * * ? *)
schedule: cron(0 10,22 * * ? *)

0 comments on commit 017bac5

Please sign in to comment.