SIENTIAPDE-1205
Remove __del__ method from Ingestor class to prevent blocking during cleanup and ensure proper async shutdown handling.
This commit is contained in:
@@ -83,9 +83,6 @@ class Ingestor:
|
|||||||
if self.ingestor_manager:
|
if self.ingestor_manager:
|
||||||
await self.ingestor_manager.shutdown()
|
await self.ingestor_manager.shutdown()
|
||||||
|
|
||||||
def __del__(self):
|
|
||||||
asyncio.run(self.shutdown())
|
|
||||||
|
|
||||||
async def handle_acquired_tags(self, acquired):
|
async def handle_acquired_tags(self, acquired):
|
||||||
"""
|
"""
|
||||||
Handles the acquired tags by subscribing to them if available.
|
Handles the acquired tags by subscribing to them if available.
|
||||||
|
|||||||
Reference in New Issue
Block a user