Get task runs queued count
render_get_task_runs_queuedRetrieve the total number of task runs queued for one or more tasks over a specified time range. Use this metric to monitor queue load and identify potential bottlenecks in task processing.
Instructions
Get task runs queued count. Get the total number of task runs queued for one or more tasks. Calls GET /metrics/task-runs-queued on the Render Public API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endTime | No | Epoch/Unix timestamp of end of time range to return. Defaults to `now()`. | |
| resource | No | Task ID to query. When multiple task IDs are provided, they are ORed together | |
| startTime | No | Epoch/Unix timestamp of start of time range to return. Defaults to `now() - 1 hour`. | |
| resolutionSeconds | No | The resolution of the returned data |