Skip to content

Commit

Permalink
Merge pull request #783 from agrare/queue_remote_console_acquire_tick…
Browse files Browse the repository at this point in the history
…et_operations_worker

Queue remote_console_acquire_ticket for OperationsWorker
  • Loading branch information
Fryguy committed Jan 26, 2022
2 parents 1d3c499 + 78e371a commit 844d35d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ def remote_console_acquire_ticket_queue(protocol, userid)
:class_name => self.class.name,
:instance_id => id,
:method_name => 'remote_console_acquire_ticket',
:queue_name => queue_name_for_ems_operations,
:priority => MiqQueue::HIGH_PRIORITY,
:role => 'ems_operations',
:zone => my_zone,
Expand Down
1 change: 1 addition & 0 deletions app/models/manageiq/providers/vmware/infra_manager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -725,6 +725,7 @@ def assign_ems_created_on_queue(vm_ids)
:class_name => self.class.name,
:instance_id => id,
:method_name => 'assign_ems_created_on',
:queue_name => queue_name_for_ems_operations,
:role => 'ems_operations',
:args => [vm_ids],
:priority => MiqQueue::MIN_PRIORITY
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ def remote_console_acquire_ticket_queue(protocol, userid)
:class_name => self.class.name,
:instance_id => id,
:method_name => 'remote_console_acquire_ticket',
:queue_name => queue_name_for_ems_operations,
:priority => MiqQueue::HIGH_PRIORITY,
:role => 'ems_operations',
:zone => my_zone,
Expand Down

0 comments on commit 844d35d

Please sign in to comment.