We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97ca6e4 commit 1de3f0eCopy full SHA for 1de3f0e
temporal/api/enums/v1/failed_cause.proto
@@ -124,4 +124,6 @@ enum ResourceExhaustedCause {
124
RESOURCE_EXHAUSTED_CAUSE_PERSISTENCE_LIMIT = 4;
125
// Workflow is busy
126
RESOURCE_EXHAUSTED_CAUSE_BUSY_WORKFLOW = 5;
127
+ // Caller exceeds action per second limit.
128
+ RESOURCE_EXHAUSTED_CAUSE_APS_LIMIT = 6;
129
}
0 commit comments