Feature request: circuit breakers for automaterialization #27679
chrishiste
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
Add support for circuit breakers in Dagster’s automaterialization config to prevent excessive retries on failing assets.
Motivation
When an asset repeatedly fails to materialize, it can lead to unnecessary compute usage and potential downstream issues. A circuit breaker mechanism would allow users to define:
Proposed Solution
Introduce a
circuit_breaker_config
option withinAutoMaterializePolicy
, similar to:This would enhance resilience and efficiency by preventing wasteful retriggers and ensuring resources are allocated wisely.
Would love to hear thoughts from the team! 🚀
Beta Was this translation helpful? Give feedback.
All reactions