Skip to content

Commit 0e4f088

Browse files
authored
fix: Force process termination (#14)
1 parent e0cb40c commit 0e4f088

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/retsu/core.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ def stop(self) -> None:
5858

5959
for i in range(self.workers):
6060
p = self.processes[i]
61+
p.terminate()
6162
p.join()
6263

6364
# self.queue_in.close()

0 commit comments

Comments
 (0)