mirror of
https://github.com/clearml/clearml
synced 2025-06-26 18:16:07 +00:00
ThreadPool should be terminated, not closed, otherwise it might hang
This commit is contained in:
@@ -10,7 +10,7 @@ from ...backend_api.services import events as api_events
|
||||
from ..base import InterfaceBase
|
||||
from ...config import config
|
||||
from ...debugging import get_logger
|
||||
from ...storage import StorageHelper
|
||||
from ...storage.helper import StorageHelper
|
||||
|
||||
from .events import MetricsEventAdapter
|
||||
|
||||
|
||||
Reference in New Issue
Block a user