Gremlin and GCP Cloud Composer

Test Cloud Composer reliability with Gremlin Failure Flags. Inject latency and errors into Airflow tasks to validate retries and failure branches.

Why Cloud Composer reliability is important

Cloud Composer makes dependencies between tasks explicit, which is Airflow's strength and also the reason one stuck task can hold up everything scheduled behind it. A DAG waiting on an operator that will never return doesn't fail. It stops making progress, and the state reads as work in progress rather than a problem.

Scheduled pipelines compound this. A daily DAG that hangs may block the next run or start it concurrently, depending on configuration. Either way, several days can pass before anyone downstream notices the output stopped arriving.

Add Failure Flags to your custom operators and you can inject latency or errors at a specific task while the DAG runs. You'll learn whether your tasks have real timeouts, whether retries fire the way the DAG definition suggests, and whether your alerting distinguishes between a task that's running and one that's stuck.

For orchestration, that distinction is the whole game, and it defaults to unmonitored unless someone configured otherwise.

Building resilience on Cloud Composer with Gremlin

Cloud Composer is an application platform (or PaaS), which you can test using the Failure Flags sidecar and the experiments shown on the right. You can use Failure Flags to prepare your services for application-level failure modes on Cloud Composer, such as:

  • High-latency function calls due to slow dependencies or high processing times
  • Validating error and exception handling logic
  • Experiments isolated to specific environments, customers, or any other application-level attributes
You can also run these expert-built workflows designed to replicate real-world failure modes on Cloud Composer:

* Failure Flags works wherever you can add the SDK to your application and run the Gremlin sidecar. Not every language and platform combination has been individually tested, and not all are officially supported. Check our compatibility documentation for what's verified, or get in touch if you don't see your runtime.

resources

Learn more about Gremlin and Cloud Composer

All product names, logos, and brands are property of their respective owners. AWS is a trademark of Amazon.com, Inc.; Azure is a trademark of Microsoft Corporation; Google Cloud is a trademark of Google LLC. Use of these names is for identification purposes only and does not imply endorsement or affiliation unless otherwise stated.

Avoid downtime. Use Gremlin to turn failure into resilience.

Gremlin empowers you to proactively root out failure before it causes downtime. See how you can harness chaos to build resilient systems by requesting a demo of Gremlin.

Product Hero ImageShape