mirror of
https://github.com/clearml/clearml-serving
synced 2025-06-26 18:16:00 +00:00
dont call gc collect on remove
This commit is contained in:
parent
fd8b7604a9
commit
df098f7749
@ -388,8 +388,6 @@ class ModelRequestProcessor(object):
|
|||||||
return False
|
return False
|
||||||
self._endpoints.pop(endpoint_url, None)
|
self._endpoints.pop(endpoint_url, None)
|
||||||
self._remove_registered_input_model(endpoint_url)
|
self._remove_registered_input_model(endpoint_url)
|
||||||
self._engine_processor_lookup.pop(endpoint_url, None)
|
|
||||||
gc.collect()
|
|
||||||
return True
|
return True
|
||||||
|
|
||||||
def add_canary_endpoint(
|
def add_canary_endpoint(
|
||||||
|
Loading…
Reference in New Issue
Block a user