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:
@@ -140,6 +140,7 @@ async def main():
|
||||
activities.write_metrics,
|
||||
activities.store_data_package,
|
||||
],
|
||||
logger=logger,
|
||||
),
|
||||
prepare_worker(
|
||||
temporal_client=temporal_client,
|
||||
@@ -154,6 +155,7 @@ async def main():
|
||||
activities.write_metrics,
|
||||
activities.store_data_package,
|
||||
],
|
||||
logger=logger,
|
||||
),
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user