mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
chore: Add health checks to native Python runner (#19023)
This commit is contained in:
@@ -130,6 +130,8 @@ class TaskRunner:
|
||||
await self.websocket_connection.close()
|
||||
self.logger.info("Disconnected from broker")
|
||||
|
||||
self.logger.info("Runner stopped")
|
||||
|
||||
# ========== Messages ==========
|
||||
|
||||
async def _listen_for_messages(self) -> None:
|
||||
|
||||
Reference in New Issue
Block a user