subscribe fix

This commit is contained in:
vitor-aignosi
2025-05-21 08:17:44 -03:00
parent 2612148455
commit 019dc33fc9
2 changed files with 5 additions and 1 deletions

View File

@@ -194,6 +194,10 @@ class Ingestor:
self.ingestor_manager.drop_slot_leases(overleases)
for lease in overleases:
self.ingestor_manager.unsubscribe_slot(lease)
self.ingestor_manager.managed_tags.pop(lease)
def update_ingestor_manager(self, old_managed_tags: Dict[str, Any]):
"""
Updates the ingestor manager with the new managed tags.