deploymentCircuitBreaker property
The deployment circuit breaker determines whether a service
deployment will fail if the service can't reach a steady state. If
deployment circuit breaker is enabled, a service deployment will transition
to a failed state and stop launching new tasks. If rollback is enabled, when
a service deployment fails, the service is rolled back to the last
deployment that completed successfully.
Implementation
final DeploymentCircuitBreaker? deploymentCircuitBreaker;