You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(api): Improve api resource lifecycle management (#19109)
# Overview
This PR contains a few various enhancements that ensure proper resource
garbage collection.
0bd7359 - We never explicitly call
cleanup in Task Queues, which could be an issue if an exception occurs.
0647e68 - There's a closure here that
captures `self`. Removing the closure fixes that.
0 commit comments