Skip to content

Commit

Permalink
Merge pull request #75 from agrare/bz_1469198_dont_run_queue_full_ref…
Browse files Browse the repository at this point in the history
…resh_every_refresh_worker_start

Don't queue a refresh on RefreshWorker start
(cherry picked from commit 26ae511caff67b5fa6aad5bf896c30bc8c7e2c38)

https://bugzilla.redhat.com/show_bug.cgi?id=1476284
  • Loading branch information
blomquisg authored and simaishi committed Jul 28, 2017
1 parent 98a79bd commit 7bfdee3
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ class ManageIQ::Providers::Vmware::InfraManager::RefreshWorker::Runner < ManageI

def do_before_work_loop
# Override Standard EmsRefreshWorker's method of queueing up a Refresh
# if the VimBrokerWorker isn't available yet.
# This will be done by the VimBrokerWorker, when he is ready.
#
# If the VimBrokerWorker is running already then queue up an initial refresh
super if MiqVimBrokerWorker.available?
end
end

0 comments on commit 7bfdee3

Please sign in to comment.