Update ingestor_manager.py
This commit is contained in:
@@ -339,7 +339,7 @@ class IngestorManager():
|
|||||||
Returns:
|
Returns:
|
||||||
None
|
None
|
||||||
"""
|
"""
|
||||||
|
for lease_id in ids:
|
||||||
self.resource_manager.drop_tag_lease(lease_id)
|
self.resource_manager.drop_tag_lease(lease_id)
|
||||||
metrics.SLOTS_RELEASED.labels(pod_id=self.pod_id).inc()
|
metrics.SLOTS_RELEASED.labels(pod_id=self.pod_id).inc()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user