Skip to content

Commit

Permalink
Add a new resource exhausted cause (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
samanbarghi authored May 15, 2023
1 parent e7b6fa6 commit f4f5bd8
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 @@ -122,4 +122,6 @@ enum ResourceExhaustedCause {
RESOURCE_EXHAUSTED_CAUSE_SYSTEM_OVERLOADED = 3;
// Namespace exceeds persistence rate limit.
RESOURCE_EXHAUSTED_CAUSE_PERSISTENCE_LIMIT = 4;
// Workflow is busy
RESOURCE_EXHAUSTED_CAUSE_BUSY_WORKFLOW = 5;
}

0 comments on commit f4f5bd8

Please sign in to comment.