cloud-tasks-queue-setup
Installation
SKILL.md
Cloud Tasks Queue Setup
Overview
Create and configure Google Cloud Tasks queues for reliable asynchronous task execution. Covers queue creation with rate limiting and retry policies, HTTP and App Engine task targets, task dispatching with scheduling delays, and queue management operations (pause, resume, purge).
Prerequisites
- Google Cloud project with Cloud Tasks API enabled (
gcloud services enable cloudtasks.googleapis.com) gcloudCLI authenticated withroles/cloudtasks.adminorroles/cloudtasks.enqueuerIAM role- Target HTTP endpoint or App Engine service to receive dispatched tasks
- Service account with appropriate permissions for task execution