Skip to content

Commit

Permalink
Merge pull request #23309 from agrare/fix_pod_watches_not_running_for…
Browse files Browse the repository at this point in the history
…_start_workers

Call sync_from_system before_sync_workers at startup
  • Loading branch information
Fryguy authored Jan 24, 2025
2 parents cf98628 + 9fb477a commit b654e69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/models/miq_server/worker_management.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def start_workers
clean_heartbeat_files # Appliance specific
sync_config
start_drb_server
sync_from_system
sync_workers
wait_for_started_workers
end
Expand Down

0 comments on commit b654e69

Please sign in to comment.