pubsub/Push Subscription Delivery

Diagnostic checks for Cloud Pub/Sub push delivery issues.

Product: Cloud Pub/Sub Kind: Debugging Tree

Description

Provides a DiagnosticTree to check for issues related to delivery issues for subscriptions in Cloud Pub/Sub. Particularly this runbook focuses on common issues experienced while using Pub/Sub push subscriptions, including BQ & GCS subscriptions.

  • Areas:
    • subscription status
    • quotas
    • push responses
    • throughput rate
    • dead letter topic attachment and permissions
    • vpcsc enablement

Executing this runbook

gcpdiag runbook pubsub/push-subscription-delivery \
  -p project_id=value \
  -p subscription_name=value

Parameters

Name Required Default Type Help
project_id True None str The Project ID of the resource under investigation
subscription_name True None str The name of subscription to evaluate in the runbook

Get help on available commands

gcpdiag runbook --help

Potential Steps