Skip to content

Commit

Permalink
run Compats::CheckUnchecked every 2min
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelmeurer committed Mar 10, 2024
1 parent e455bdd commit d7c6f3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/puma.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
config.merge! \
scheduler: {
schedule: {
"Compats::CheckUnchecked" => "*/10 * * * *",
"Maintenance::Hourly" => "0 * * * *"
"Compats::CheckUnchecked" => "*/2 * * * *",
"Maintenance::Hourly" => "0 * * * *"
}.transform_values { { cron: _1 } }
}
end.tap(&:run)
Expand Down

0 comments on commit d7c6f3a

Please sign in to comment.