We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbf8348 commit b5584c3Copy full SHA for b5584c3
1 file changed
config/cloudwatch_schedule.rb
@@ -19,7 +19,7 @@
19
DropExpiredSignupsJob.perform_later
20
end
21
22
- task "execute_signup_rounds", cron: "0/15 * * * ? *" do
+ task "execute_signup_rounds", cron: "0/5 * * * ? *" do
23
SignupRound.execute_currently_due_rounds!
24
25
0 commit comments