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
Currently we use a connection pool for all access, this includes the cleanup process (#1296) as well as apply_block. We should use a lock and retain the guard across the tasks for the cleanup to avoid any possible contentions.