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
There are reports that Pramen pipelines hang when parallel.tasks > 1, especially on big pipelines.
parallel.tasks > 1
So far we couldn't reproduce it in unit tests, and don't know any more information about it.
This issue is for tracking and fixing the bug
pramen { parallel.tasks = 4 }
Pramen should never hang, at least internally.
To be added...
The text was updated successfully, but these errors were encountered:
#302 Improve handling of fatal errors in parallel pipeline executions.
b72d4de
This might not fix all the causes of #302, but should prevent most of it from happening.
48d9b35
c911475
bf4dc07
No branches or pull requests
Describe the bug
There are reports that Pramen pipelines hang when
parallel.tasks > 1
, especially on big pipelines.So far we couldn't reproduce it in unit tests, and don't know any more information about it.
This issue is for tracking and fixing the bug
Code and/or configuration snippet that caused the issue
Expected behavior
Pramen should never hang, at least internally.
Context
To be added...
The text was updated successfully, but these errors were encountered: