composer/Redis Troubleshooting

Runbook for troubleshooting Redis.

Product: Cloud Composer Kind: Debugging Tree

Description

  • Redis OOM (Memory Exhaustion)
    • Failure to authenticate due to Invalid Password
    • Firewall rules blocking Redis traffic
    • Check Celery broker publishing timeouts

Executing this runbook

gcpdiag runbook composer/redis-troubleshooting \
  -p project_id=value \
  -p name=value \
  -p start_time=value \
  -p end_time=value

Parameters

Name Required Default Type Help
project_id True None str The Project ID of the resource under investigation
name True None str The name of the Cloud Composer environment
start_time False None datetime The start time of the time range to query logs.
end_time False None datetime The end time of the time range to query logs.

Get help on available commands

gcpdiag runbook --help

Potential Steps