-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Add cleanup_ctx example for sharing resources across subapps #8694
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #8694 +/- ##
=======================================
Coverage 97.96% 97.96%
=======================================
Files 107 107
Lines 33860 33860
Branches 3970 3970
=======================================
Hits 33170 33170
Misses 513 513
Partials 177 177
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Backport to 3.10: 💚 backport PR created✅ Backport PR branch: Backported as #8695 🤖 @patchback |
(cherry picked from commit d83804d)
Backport to 3.11: 💚 backport PR created✅ Backport PR branch: Backported as #8696 🤖 @patchback |
(cherry picked from commit d83804d)
…g resources across subapps (#8696) **This is a backport of PR #8694 as merged into master (d83804d).** Co-authored-by: Sam Bull <[email protected]>
…g resources across subapps (#8695) **This is a backport of PR #8694 as merged into master (d83804d).** Co-authored-by: Sam Bull <[email protected]>
Fixes #3876.