We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
have a flow that does the following
I'm nor sure what happens to the the watched processes, in terms of signal value propagation and graceful shutdown.
Also, it is not possible to run docker-compose down
Another example:
Probably the same issue if the tests were manually cancelled with a ctrl+c
error and final handlers at the flow level to start ( maybe we can have a block or scope level latter, as part of a generalization )
so that we can
should there be a similar setup handler or phase, similar to teardown?
setup
teardown
The text was updated successfully, but these errors were encountered:
No branches or pull requests
have a flow that does the following
I'm nor sure what happens to the the watched processes, in terms of signal value propagation and graceful shutdown.
Also, it is not possible to run docker-compose down
Another example:
Probably the same issue if the tests were manually cancelled with a ctrl+c
So what we want is...
error and final handlers at the flow level to start ( maybe we can have a block or scope level latter, as part of a generalization )
so that we can
should there be a similar
setup
handler or phase, similar toteardown
?The text was updated successfully, but these errors were encountered: