-
-
Couldn't load subscription status.
- Fork 1.3k
Delay pipeline disposal when still in use #1579
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
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #1579 +/- ##
==========================================
+ Coverage 83.93% 83.99% +0.05%
==========================================
Files 279 280 +1
Lines 6525 6548 +23
Branches 1019 1020 +1
==========================================
+ Hits 5477 5500 +23
Misses 839 839
Partials 209 209
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. 📢 Have feedback on the report? Share it here. |
Details on the issue fix or feature implementation
When pipeline is created using the registry the disposal will be delayed until the pipeline is no longer in use. The pipeline must be freed within 30 seconds otherwise the disposal is forced.
Closes #1578
Confirm the following