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

Implement forceful killing of ongoing invocations #401

Closed
7 tasks done
Tracked by #304
tillrohrmann opened this issue May 16, 2023 · 0 comments · Fixed by #422
Closed
7 tasks done
Tracked by #304

Implement forceful killing of ongoing invocations #401

tillrohrmann opened this issue May 16, 2023 · 0 comments · Fixed by #422
Assignees
Milestone

Comments

@tillrohrmann
Copy link
Contributor

tillrohrmann commented May 16, 2023

The forceful killing of an ongoing invocation is the hardest form of terminating an invocation. A forcefully killed invocation won't be able to run any compensations or other logic. The runtime will simply complete an ongoing invocation with an exception result that is propagated to its caller. Therefore, a forceful killing can leave the system in an inconsistent state and should always be the last resort.

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 a pull request may close this issue.

1 participant