Skip to content

Commit

Permalink
Add resource exhausted cause circuit breaker open (#436)
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigozhou authored Jul 18, 2024
1 parent 39b0f69 commit aeba065
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions temporal/api/enums/v1/failed_cause.proto
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ enum ResourceExhaustedCause {
RESOURCE_EXHAUSTED_CAUSE_APS_LIMIT = 6;
// Persistence storage limit exceeded.
RESOURCE_EXHAUSTED_CAUSE_PERSISTENCE_STORAGE_LIMIT = 7;
// Circuit breaker is open/half-open.
RESOURCE_EXHAUSTED_CAUSE_CIRCUIT_BREAKER_OPEN = 8;
}

enum ResourceExhaustedScope {
Expand Down

0 comments on commit aeba065

Please sign in to comment.