-
How to Check How Many Requests Are Currently Active?
Active requests are those that are currently being processed by Aria Automation. To check the number of active requests:
Via the User Interface:
-
- Log in to the Aria Automation console.
- Navigate to
Cloud Assembly > Deployments.
- Filter by Status (e.g., "
In Progress", "Pending", etc.).
- The number of deployments in these states will give an indication of how many requests are active.
Via API:
- How to Check How Many Requests Are in the Queue?
Queued requests are those that are waiting to be processed because the system is currently handling the maximum number of active requests.
Via the User Interface:
-
- Navigate to
Service Broker > Requests.
- Look for requests with a status of "
Queued" or "Pending".
Via API:
- What Are "Concurrent Pipeline Executions"?
Concurrent pipeline executions refer to the number of workflows or automation pipelines that Aria Automation can execute simultaneously. This concept is crucial for understanding how Aria Automation handles automation tasks, including provisioning, day 2 operations, and custom workflows.
-
- Concurrent Executions:
- Aria Automation manages the execution of these pipelines, ensuring that no more than the configured limit (750 for XL profile) runs at any given time.
- When the limit is reached, additional requests are placed in a queue until resources are available to process them.