queue.adoc 679 B

12345678910111213141516171819
  1. [#logs-queue]
  2. = Queue view
  3. When actions belong to an xref:action_customization/concurrency.adoc[action group] and the group is at its concurrency limit, additional executions wait in a queue until a slot is free.
  4. The **Queue** page shows those waiting executions grouped by action group, including queue position and status.
  5. == Accessing the queue view
  6. From the **Logs** page, click the **Queue** button in the toolbar to open the queue view.
  7. You can return to the list view at any time using **Back to list**.
  8. image::logs/views/logsQueue.png[]
  9. == See also
  10. * xref:logs/intro.adoc[Logs overview]
  11. * xref:action_customization/concurrency.adoc[Concurrency and action groups]