chore: update configuration and imports for improved functionality
- Updated image tag in values.yaml from "1.0.0" to "1.0.2" for the latest version. - Modified STORE_BASE_URL to include port 3000 for proper service access. - Changed import from MinioRepository to MinioRepositorySync for synchronization support. - Updated import from Postgres to PostgresSync to enhance experiment tracking capabilities. - Renamed TRAIN_TASK_QUEUE from "train_model-single-queue" to "train_model-basic-queue" for clarity.
This commit is contained in:
@@ -57,7 +57,7 @@ PG = {
|
||||
|
||||
TEMPORAL_HOST = os.getenv('TEMPORAL_HOST')
|
||||
TEMPORAL_NAMESPACE = os.getenv('TEMPORAL_NAMESPACE')
|
||||
TRAIN_TASK_QUEUE = "train_model-single-queue"
|
||||
TRAIN_TASK_QUEUE = "train_model-basic-queue"
|
||||
TEMPORAL_TLS = os.getenv('TEMPORAL_USE_TLS', 'false').lower() in ('1', 'true', 'yes')
|
||||
|
||||
|
||||
@@ -171,4 +171,4 @@ result = await c.execute_workflow( # type: ignore[call-overload]
|
||||
print(wid)
|
||||
print(result)
|
||||
|
||||
# %%
|
||||
# %%
|
||||
Reference in New Issue
Block a user