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
Similar to operator delay, new operator timeout should support infinite timeouts when the delay is passed in as a negative number.
delay
timeout
This will let you effectively deactivate the timeout without having to remove the operator from the pipeline.
The text was updated successfully, but these errors were encountered:
implementing #167
099464c
Implemented.
Sorry, something went wrong.
Merge pull request #168 from vitaly-t/infinite-timeout
2adde98
No branches or pull requests
Similar to operator
delay
, new operatortimeout
should support infinite timeouts when the delay is passed in as a negative number.This will let you effectively deactivate the timeout without having to remove the operator from the pipeline.
The text was updated successfully, but these errors were encountered: