SIENTIAPDE-1712
Log worker runtime configuration in prepare_worker function for improved debugging and monitoring.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user