-
Notifications
You must be signed in to change notification settings - Fork 7
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
Switch NoFlo runner to noflo-nodejs #56
Comments
Branch But even with a single request, the network never stops. Tested with By my reckoning these component all have broken behavior. But I don't know right fixes, either network ended prematurely or never stopped. CC/ @bergie
|
Probably best way forward is to make some tests in noflo-image, with simple graphs ran with noflo-nodejs. For instance one which just loads file and saves it again, then one that does some simple processing. And just verify that the process exits as expected. |
Not fixed, just wanted to reference the issue in the commit. |
Likely related to noflo/noflo#221 |
Existing solution is OK |
Currently imgflo-server is executing NoFlo graphs via the
noflo
command, which will be removed in 0.6: noflo/noflo#297https://github.com/jonnor/imgflo-server/blob/970f519a19c6f5fded08154045a9a0cd4d8c197b/src/noflo.coffee#L39
Should use noflo-nodejs instead. This also has the additional benefit of adding component loader cache support needed for #55
The text was updated successfully, but these errors were encountered: