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

Stuck executing #4053

Open
greenape opened this issue May 20, 2021 · 1 comment · May be fixed by #4499
Open

Stuck executing #4053

greenape opened this issue May 20, 2021 · 1 comment · May be fixed by #4499
Labels
bug Something isn't working FlowMachine Issues related to FlowMachine

Comments

@greenape
Copy link
Member

In theory, you shouldn't be able to get a query stuck in executing state, because the only ways through that code path are to success, or raising an error.

In practice you actually can, primarily in scenarios where the interpreter exits unexpectedly. Should probably add an exit handler to wrap up state machines.

@greenape greenape added the FlowMachine Issues related to FlowMachine label May 20, 2021
@greenape
Copy link
Member Author

This would probably require registering state machines as owned by the server instance, to ensure that any cleanup doesn't screw up those started from elsewhere.

@greenape greenape added bug Something isn't working P-Now labels Sep 23, 2021
@greenape greenape linked a pull request Nov 8, 2021 that will close this issue
8 tasks
@greenape greenape removed the P-Now label Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working FlowMachine Issues related to FlowMachine
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant