SIENTIAPDE-1712

Log worker runtime configuration in prepare_worker function for improved debugging and monitoring.
This commit is contained in:
vitor-aignosi
2026-03-26 14:59:54 -03:00
parent 8a0bb70fc8
commit aec75cd336

View File

@@ -47,6 +47,7 @@ def prepare_worker(
)
logger.info(f'Preparing worker for {main_workflow_name} with queue {queue_name}')
logger.info(f'Worker runtime config: {local_workflow_parameters}')
return Worker(
temporal_client,