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

Ability to report decision task failure after a decision timeout #645

Closed
samarabbas opened this issue Mar 30, 2018 · 0 comments
Closed

Ability to report decision task failure after a decision timeout #645

samarabbas opened this issue Mar 30, 2018 · 0 comments
Labels
improvement Incremental improvement for existing features

Comments

@samarabbas
Copy link
Contributor

Cadence state machine reports the first decision failure (timeout, failure) to history and then creates transient decisions later on. This could be a problem in debugging client issues where the first decision times out and then later client tries to report the decision failure due to actual bug. Now this failure will be dropped and it won't be written to history.
A better experience is to pass a flag down to client which can be used to either report the failure or let it drop instead of relying on the RetryCount on the decision.

@ibarrajo ibarrajo added the improvement Incremental improvement for existing features label Nov 1, 2024
@ibarrajo ibarrajo closed this as completed Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Incremental improvement for existing features
Projects
None yet
Development

No branches or pull requests

2 participants