-
Notifications
You must be signed in to change notification settings - Fork 98
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
Task timeout #24
Comments
@muchas I've been thinking of implementing something like this for the |
@cgarciae My pipeline contains nondeterministic, computationally expensive function which for most elements runs fast enough, but for some of them it takes too much time, blocking available processes. I'm fine with filtering those elements out. Till now I was using
However the above solution does not combine well with
Thank you for looking into it! EDIT: |
I'll try to implement this soon. I'll been doing a refactor + documentation improvement so I didn't want to add new stuff, but this feature seems very useful. |
Checkout the new |
Hi there,
Great project, thanks for your work!
Do you have any way to force the timeout on long running tasks?
The text was updated successfully, but these errors were encountered: