SIENTIAPDE-1445
SIENTIAPDE-1445 Add PI Web API configuration to .env.example and enhance worker setup - Introduced new environment variables for PI Web API configuration in .env.example. - Updated prepare_worker.py to utilize a camelCase to kebab-case conversion function for queue naming. - Enhanced logging in prepare_worker to provide better insights during worker preparation. - Adjusted execution counts in tests.ipynb for improved notebook state management.
This commit is contained in:
@@ -19,6 +19,10 @@ REDIS_PASSWORD="pass"
|
||||
TEMPORAL_HOST=localhost:7233
|
||||
TEMPORAL_NAMESPACE=scouter
|
||||
|
||||
PI_WEB_API_BASE_URL="https://piwebapi.link.com/piwebapi"
|
||||
PI_WEB_API_AUTH_TYPE="basic"
|
||||
PI_WEB_API_AUTH_TOKEN="password"
|
||||
|
||||
LOG_LEVEL=INFO
|
||||
|
||||
PROJECT_NAME=scouter
|
||||
|
||||
Reference in New Issue
Block a user