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
Fix deadlock in DaemonThread when jobs block while holding job_lock
Take a copy of the jobs list, then execute the jobs without the lock held, so as to not hold the lock for too long.
0 commit comments