Checking Current Platform Event Queue Status
* 
To check current platform event queue status, you must have the System Administrator role.
For production tenants deployed in clustered configurations, you must access the job application to perform this task.
To check current platform event queue status:
1. In your production tenant, access the job application, and then enter the following URL to get summary status:
<tenant_url>/get_pe_queue_status
Results are similar to the following example:
{ "transaction": { "queue_size": "3", "task_count": "242" }, "master": { "queue_size": "21", "task_count": "639" }}
* 
In the previous example, queue_size represents the number of platform events received by Service Board, and task_count represents the number of processed platform events.
2. Enter the following URL to get detailed status for each queue:
<tenant_url>/get_pe_queue_status?detail
Results are similar to the following example:
{ "wo_and_event": { "task_count": "23", "queue_size": "2" }, "wo_callback": { "task_count": "134", "queue_size": "4" }, "_fallback": { "task_count": "266", "queue_size": "4" }}
For more information:
Was this helpful?