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)
  • gcloud CLI authenticated with roles/cloudtasks.admin or roles/cloudtasks.enqueuer IAM role
  • Target HTTP endpoint or App Engine service to receive dispatched tasks
  • Service account with appropriate permissions for task execution

Instructions

Installs
26
GitHub Stars
2.4K
First Seen
Jan 24, 2026
cloud-tasks-queue-setup — jeremylongshore/claude-code-plugins-plus-skills