-
Notifications
You must be signed in to change notification settings - Fork 0
Cloud Tasks
Anna edited this page Jun 25, 2026
·
1 revision
Module flag: tasks
Enabled by default: yes
The Cloud Tasks module lists Cloud Tasks queues and their configuration. Use it to audit queue states, rate limits, retry settings, and routing configurations.
GCP_PROJECT_ID=my-project ./aura-tracker-gcp --modules tasksgcloud services enable cloudtasks.googleapis.com| Role | Tools that need it |
|---|---|
roles/cloudtasks.viewer |
All tools |
Lists Cloud Tasks queues in the project.
Parameters:
| Name | Required | Description |
|---|---|---|
project_id |
yes | GCP project ID |
location |
no | Region; - or omit for all regions |
Returns: Queue name, region, state (RUNNING / PAUSED / DISABLED), rate limits (max dispatches/second, max concurrent dispatches), retry config (max attempts, max backoff, min backoff), routing override.
Inventory
"List all Cloud Tasks queues in project my-project."
State audit
"Are any Cloud Tasks queues paused or disabled in project my-project?"
Rate limit audit
"Which queues have a max concurrent dispatches setting below 5?"
| Module flag | Why you'd combine it |
|---|---|
cloudrun |
Inspect the Cloud Run services that process tasks from these queues |
logging |
Fetch task dispatch failure logs |
serverlessgraph |
Map queues in the full event-driven architecture graph |