Cloud Tasks Queues¶
Provider: Google Cloud
Service ID: gcp_cloud_tasks_queues
Rendering: Standard table with expandable detail rows
Quick Example¶
<script>
var serviceDiscoveryRequests = serviceDiscoveryRequests || [];
serviceDiscoveryRequests.push({
service: 'gcp_cloud_tasks_queues',
provider: 'gcp',
region: 'europe-west2',
source: 'live',
attributes: ['name', 'state', 'type', 'max_dispatches', 'max_concurrent', 'max_attempts']
});
</script>
<div data-sd-service="gcp_cloud_tasks_queues" data-sd-source="live"></div>
Default Attributes¶
When no attributes array is specified, these columns are displayed:
All Attributes¶
| Attribute | Display Name | Format | Description |
|---|---|---|---|
name |
Queue Name | gcp_resource_name |
From API field: name |
state |
State | status_badge |
From API field: state |
type |
Queue Type | boolean_present_label |
From API field: httpTarget. Default: App Engine |
max_dispatches |
Max Dispatches/s | text |
From API field: rateLimits.maxTasksDispatchedPerSecond. Default: 500 |
max_concurrent |
Max Concurrent | text |
From API field: rateLimits.maxConcurrentDispatches. Default: 1000 |
max_attempts |
Max Attempts | text |
From API field: retryConfig.maxAttempts. Default: 100 |
max_retry_duration |
Max Retry Duration | text |
From API field: retryConfig.maxRetryDuration |
min_backoff |
Min Backoff | text |
From API field: retryConfig.minBackoff |
max_backoff |
Max Backoff | text |
From API field: retryConfig.maxBackoff |
max_doublings |
Max Doublings | text |
From API field: retryConfig.maxDoublings. Default: 16 |
purge_time |
Last Purged | datetime |
From API field: purgeTime |
= included in default view
Sort Order¶
Results are sorted by: name