Skip to content

Commit

Permalink
Add new APS resource exhausted cause (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdoerner authored Aug 7, 2023
1 parent 97ca6e4 commit 1de3f0e
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 @@ -124,4 +124,6 @@ enum ResourceExhaustedCause {
RESOURCE_EXHAUSTED_CAUSE_PERSISTENCE_LIMIT = 4;
// Workflow is busy
RESOURCE_EXHAUSTED_CAUSE_BUSY_WORKFLOW = 5;
// Caller exceeds action per second limit.
RESOURCE_EXHAUSTED_CAUSE_APS_LIMIT = 6;
}

0 comments on commit 1de3f0e

Please sign in to comment.