-
Notifications
You must be signed in to change notification settings - Fork 94
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
Python Dataflow not gracefully stopping #625
Comments
I just tried it a few times with the But I noticed that the example is now combining pip-installed nodes and with the dora-cli in git since the node hub changes. This will lead to compatibiliy issues whenever we change the message format or do some other breaking change. The version check doesn't catch this because we only bump the version number on release. So there will be some deserialization issues or weird behavior in the future and we will probably experience CI failures because of this. |
Also, as we're preinstalling dora-rs within I'll try to make another example maybe easier to reproduce. |
FYI, I have changed the CI to use the cli and is now blocked by this: https://github.com/dora-rs/dora/actions/runs/11084418707/job/30799710937#step:9:1 it happens within the CLI but not when using the example runner |
Actually now that I think about it, the daemon stop gracefully because it doesn't react to a stop command. |
After trying to add a new feature in Python, I have notived that python dataflow does not gracefully end anymore.
Screencast.from.2024-08-13.07-05-38.webm
To reproduce
The text was updated successfully, but these errors were encountered: