Skip to content

Commit

Permalink
Call sync_from_system before_sync_workers at startup
Browse files Browse the repository at this point in the history
  • Loading branch information
agrare committed Jan 15, 2025
1 parent 0508ed5 commit aea5963
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 aea5963

Please sign in to comment.