Skip to content

Task Queues

Task queue data helps operators understand whether workers are keeping up with scheduled task volume. Use these endpoints to inspect queue depth across all task types, check the queue size for a specific task type, and review poll data that shows whether workers are actively polling the expected queues.

These APIs are useful for dashboards, alerts, worker autoscaling, and incident response. For production systems, monitor both queue size and last poll data so you can distinguish between normal backlog, missing workers, misconfigured task domains, and workers that are online but not polling the expected task type.

In this section