Skip to content

Commit

Permalink
fix enabling deploy status job, symbol required
Browse files Browse the repository at this point in the history
  • Loading branch information
machisuji committed Jun 10, 2024
1 parent b9d8a74 commit 5645d5d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ class Engine < ::Rails::Engine
# the cron job. So if you want this feature, enable it
# at start-time.
if OpenProject::FeatureDecisions.deploy_targets_active?
jobs["Cron::CheckDeployStatusJob"] = {
jobs[:"Cron::CheckDeployStatusJob"] = {
cron: "15,45 * * * *", # runs every half hour
class: ::Cron::CheckDeployStatusJob.name
}
Expand Down

0 comments on commit 5645d5d

Please sign in to comment.