e11community/Cloud Tasks Queue Sync
Sync Cloud Tasks queues with a queue.yaml file, deleting queues not defined in the file
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| project_id | GCP project ID to iterate all Cloud Tasks queues in (required unless mock is true) | no | — |
| queue_path | Path to a queue.yaml file (same format as gcloud app deploy) | yes | — |
| dry_run | If true, do not perform any writes to GCP | no | false |
| mock | If true, make no calls to GCP at all and use preset mock queues | no | false |
Outputs
| name | description |
|---|---|
| remaining | JSON array of queue names that exist in queue.yaml |
| deleted | JSON array of queue names that were deleted (not in queue.yaml) |