SIENTIAPDE-1148

feat: add logging for Temporal namespace connection in worker.py
This commit is contained in:
vitor-aignosi
2025-07-11 10:38:13 -03:00
parent 7f9efa579a
commit 71f0db1c60

View File

@@ -49,6 +49,8 @@ async def main():
notification_handler=notification_handler
)
logger.info('Connecting to Temporal side namespaces...')
await activities.connect_to_temporal()
logger.info('Starting Workers...')