Skip to content

Commit

Permalink
Merge pull request #19326 from agrare/fix_compliance_purge_timer_exce…
Browse files Browse the repository at this point in the history
…ption

Fix an exception calling compliance_purge_timer

(cherry picked from commit 14e2cf0)

https://bugzilla.redhat.com/show_bug.cgi?id=1767808
  • Loading branch information
gtanzillo authored and simaishi committed Nov 1, 2019
1 parent 7a50e8e commit 737ae1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/miq_schedule_worker/runner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ def schedules_for_scheduler_role

every = worker_settings[:compliance_purge_interval]
scheduler.schedule_every(every, :first_in => every) do
enqueue(:compliance_purge_interval)
enqueue(:compliance_purge_timer)
end

every = worker_settings[:vim_performance_states_purge_interval]
Expand Down

0 comments on commit 737ae1f

Please sign in to comment.