1
0
Fork 0

remove another ref to finished queue

This commit is contained in:
Sean Sube 2023-03-18 15:27:07 -05:00
parent b026566ccb
commit 5106dd48a9
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@ def worker_main(context: WorkerContext, server: ServerContext):
# make leaking workers easier to recycle
context.progress.cancel_join_thread()
context.finished.cancel_join_thread()
while True:
try: