Processing Queue Status dashboard

You can monitor and track outgoing report processing queues from the Processing Queue Status menu available in Argus Safety > Dashboards.

Access to this dashboard is available for every enterprise only when it is enabled from Argus Console > Access Management > Argus > Groups > Group Information > Menus > Processing Queue Status.

Note:

This dashboard is enabled by default for Administrator groups, in both new and upgraded installations.
The following information is displayed on the dashboard:
Field Description
Refresh button When you click the Refresh button, the system retrieves the current execution count from the standard out-of-the-box SQL queries for each of the queue statuses.
Queue This column displays the following standard out-of-the-box queue statuses:
  • Cases pending for auto-scheduling of reports
  • Reports pending for generation
  • Total reports generated per day
  • E2B reports pending for transmission via Gateway
  • E2B reports pending receiving ACK
Description This column displays a brief description for each queue status listed.
Result This column displays the record count from the SQL queries associated to each queue status executed at the Global level and is not enterprise-specific.
The system sends an automatic email notification based on the back-end configuration of the following parameters in the CFG_QUEUE_SQLS table:
  • THRESHOLD
  • FROM_EMAIL
  • NOTIFICATION_EMAIL

When the result count returned by the SQL query associated with each queue status exceeds the threshold value configured in CFG_QUEUE_SQLS.THRESHOLD, then the system automatically sends an email notification by using the receiver email address specified in the CFG_QUEUE_SQLS.NOTIFICATION_EMAIL. The systems sends an email notification every 6 hours until the result count of the SQL query associated with the respective Queue Status is below the threshold.

Note:

The email notification frequency is fixed at every 6 hours and is not configurable.

If the result set in the associated SQL query does not return the expected output, then the Result column for the respective queue is displayed as blank.

Note:

This dashboard is applicable only for outgoing reports from the Argus Safety application.

In addition, this new dashboard is not certified for customization, such as adding a new queue status or modifying the out-of-the-box SQL queries.