For the complete documentation index, see llms.txt. This page is also available as Markdown.

API Queue Monitor

The API Queue Monitor provides a real-time overview of the internal API processing queues used by WorkSpaces Manager. It allows administrators to monitor queue activity, processing performance, and identify any bottlenecks or failed requests.

The page displays the following summary information:

  • Total Queued – The total number of requests waiting to be processed.

  • Total Processing – The number of requests currently being processed.

  • Total In Memory – The number of requests currently held in memory.

  • Total Enqueued – The total number of requests added to the queues since the service started.

  • Total Processed – The total number of successfully processed requests.

  • Total Failed – The total number of requests that failed to process.

Each processing queue is listed separately and includes the following information:

  • Queue – The name of the processing queue.

  • Queued – The number of requests waiting in the queue.

  • Processing – The number of requests currently being processed.

  • Tot. Memory – The number of requests currently held in memory.

  • Is Processing – Indicates whether the queue is actively processing requests.

  • Tot. Enqueued – The total number of requests received by the queue.

  • Tot. Processed – The total number of successfully processed requests.

  • Tot. Failed – The number of requests that have failed.

  • Last Batch – The number of requests processed in the most recent batch.

  • Largest Batch – The largest batch of requests processed.

  • Avg. Batch – The average number of requests processed per batch.

  • Batch Size – The maximum number of requests processed in a single batch.

  • Flush (s) – The interval, in seconds, between queue processing cycles.

Last updated