Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add failed cause for signal count limit #265

Merged
merged 3 commits into from
Mar 21, 2023

Conversation

yycptt
Copy link
Member

@yycptt yycptt commented Mar 13, 2023

What changed?

Why?

  • For limiting total # of signals per workflow.

Breaking changes
N/A

@@ -108,6 +108,7 @@ enum SignalExternalWorkflowExecutionFailedCause {
SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_FAILED_CAUSE_UNSPECIFIED = 0;
SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_FAILED_CAUSE_EXTERNAL_WORKFLOW_EXECUTION_NOT_FOUND = 1;
SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_FAILED_CAUSE_NAMESPACE_NOT_FOUND = 2;
SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_FAILED_CAUSE_SIGNAL_COUNT_LIMIT_EXCEEDED = 3;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A comment referencing where one could find the config / limit would be super 👍

@yycptt yycptt force-pushed the handle-max-signal-count branch from 6e604a8 to bff5022 Compare March 20, 2023 18:06
@yycptt yycptt merged commit fb1bc36 into temporalio:master Mar 21, 2023
@yycptt yycptt deleted the handle-max-signal-count branch March 21, 2023 17:57
yycptt added a commit that referenced this pull request Mar 24, 2023
yycptt added a commit that referenced this pull request Mar 24, 2023
yycptt added a commit that referenced this pull request Mar 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants