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
Drop redundant pool lock in JobServerConnectionsPool
_get_lock and remove_all only run await-free expressions, so the extra
lock adds nothing under the single-threaded event loop. Make _get_lock
synchronous and drop the lock.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments