top of page

Background Queues

Introduction | List of Background Queues



 

Introduction

 

When Discovery Admin runs in the background, it doesn't use the Global ServiceNow Queue. Instead, it uses Background Queues in the Discovery Admin Application Scope, which are configured in the table Schedule Item [sys_trigger].


Background Queues are configured in the 'Queues' Attribute on the 'Event Registration' Form to ensure that the corresponding Background Queue in the Discovery Admin Application Scope (instead of the Global Queue) is used to run the corresponding Script Action, triggered by the Event.


 

List of Background Queues

 

  • x_qune_da_ea_list (via Event Registry: x_qune_da.ea_list)

  • x_qune_da_ea_form (via Event Registry: x_qune_da_ea_form)

  • x_qune_da_st (via Event Registry: x_qune_da.ea_st)

  • x_qune_da_st_priority (via Event Registry: x_qune_da_ea.st_priority)

  • x_qune_da_gi_form (via Event Registry: x_qune_da.gi_form)

  • x_qune_da_gi_st (via Event Registry: x_qune_da.gi_st)

  • x_qune_da_gi_st_priority (via Event Registry: x_qune_da.gi_st_priority)

  • x_qune_da (via Event Registry: x_qune_da.execute_analysis AND x_qune_da.generate_incidents) - DEPRECATED in v9.3


See the Event Registry to understand when the corresponding Events (associated with the Background Queues) are triggered.


bottom of page