diff --git a/laborious/worker/worker.py b/laborious/worker/worker.py index fa8c57d..47463f5 100644 --- a/laborious/worker/worker.py +++ b/laborious/worker/worker.py @@ -56,7 +56,7 @@ async def main(): notification_handler=notification_handler ) - logger.info('Starting Temporal Client...') + logger.info(f'Starting SDK Metrics Server on port {SDK_METRICS_PORT}...') new_runtime = Runtime( telemetry=TelemetryConfig( @@ -65,6 +65,8 @@ async def main(): ) ) + logger.info('Starting Temporal Client...') + temporal_client = await client.Client.connect( target_host=host, namespace=os.getenv('TEMPORAL_NAMESPACE', 'laborious'), diff --git a/values.yaml b/values.yaml index 46e72e2..588c690 100644 --- a/values.yaml +++ b/values.yaml @@ -221,7 +221,7 @@ ssh: # kubectl create secret docker-registry docker-hub-secret --namespace sientia --docker-server=http://aignosi.azurecr.io --docker-username=aignosi --docker-password=5I5zpQ6sRaHqX1hD3dr+2mo647yO3FRc359/wu6gsP+ACRDRz5mp -# helm upgrade --install sientia-laborious-worker sientia/sientia-module -n sientia --create-namespace -f ./values.yaml --version 0.4.0 +# helm upgrade --install sientia-laborious-worker sientia/sientia-module -n sientia --create-namespace -f ./values.yaml --version 0.5.0-uat # kubectl create secret generic git-ssh-key-sientia-laborious-worker \ # --namespace sientia \