Skip to content

Commit

Permalink
remove another ref to finished queue
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Mar 18, 2023
1 parent b026566 commit 5106dd4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/onnx_web/worker/worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5106dd4

Please sign in to comment.