mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-02 20:15:22 +02:00
parent
027c18297b
commit
4866a4f8e4
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ Rails.application.configure do
|
|||
if ENV["UPGRADES_ENABLED"] == "true"
|
||||
config.good_job.cron = {
|
||||
auto_upgrade: {
|
||||
cron: "every 30 seconds",
|
||||
cron: "every 2 minutes",
|
||||
class: "AutoUpgradeJob",
|
||||
description: "Check for new versions of the app and upgrade if necessary"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue