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 Cancel restart/Kill restart feature #2348

Open
wants to merge 15 commits into
base: main
Choose a base branch
from

Conversation

slinkydeveloper
Copy link
Contributor

Fix #895. Depends on #2335

The fundamental commit where semantics are implements is this one: 0edc593

Essentially the behavior is the following:

  • Cancel and Kill behaviors are left untouched
  • If the "restart" option is enabled when cancelling/killing, at the end of the invocation the state machine will simply reset the in flight invocation status, removing the pinned deployment id and resetting the journal (except the first entry, that is the input entry)

This commit exposes the feature both in Admin API and in CLI

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.

Cancel/Kill and retry invocation from Admin API
1 participant