Skip to content

Commit

Permalink
Don't heartbeat from get_message_via_sql for consistency with drb
Browse files Browse the repository at this point in the history
  • Loading branch information
carbonin committed Feb 5, 2020
1 parent ac907a1 commit 5a1eb86
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/models/miq_queue_worker_base/runner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ def get_message_via_sql
:priority => @worker.class.queue_priority
)
return msg unless msg == :stale
heartbeat
end
end

Expand Down

0 comments on commit 5a1eb86

Please sign in to comment.