Skip to content

Commit b5584c3

Browse files
committed
Run pending signup rounds more often
1 parent fbf8348 commit b5584c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/cloudwatch_schedule.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
DropExpiredSignupsJob.perform_later
2020
end
2121

22-
task "execute_signup_rounds", cron: "0/15 * * * ? *" do
22+
task "execute_signup_rounds", cron: "0/5 * * * ? *" do
2323
SignupRound.execute_currently_due_rounds!
2424
end
2525

0 commit comments

Comments
 (0)