mirror of
https://github.com/clearml/clearml-server
synced 2025-06-26 23:15:47 +00:00
Remove the ThreadsManager.terminating flag
This commit is contained in:
@@ -7,7 +7,6 @@ class ThreadsManager:
|
||||
objects = {}
|
||||
lock = Lock()
|
||||
request_context_creator: ClassVar[Callable] = None
|
||||
terminating: ClassVar[bool] = False
|
||||
|
||||
def __init__(self, name=None):
|
||||
self.name = name or self.__class__.__name__
|
||||
|
||||
Reference in New Issue
Block a user