From a0bfecb057646e6cc27868631a42320f933951c4 Mon Sep 17 00:00:00 2001 From: Mark Vrijlandt Date: Thu, 25 Sep 2025 11:16:26 +0200 Subject: [PATCH] added update workflows to readme --- README.md | 10 ++++++++++ docker-compose.yml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e9a1db..7c8f19f 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,16 @@ the `string`, `boolean`, `integer`, `float` and `datetime` parameter formats. Set the environment variable `WORKFLOW_SETTINGS_FILE` to the file to be used by the orchestrator, which will pass the workflows definitions to the sdk. +#### Update workflow configuration + +To update the workflow configuration of a running omotes-system: + +1. Update the `WORKFLOW_SETTINGS_FILE` in the `.env` file +2. Run `./scripts/start.sh` + +This will restart the orchestrator with the updated workflow configuration, which the orchestrator will pass through to +the sdk's (omotes-rest). + #### Gurobi license When using the `grow_worker_gurobi` a gurobi WLS license should be available under `gurobi/gurobi.lic`. This `gurobi/` diff --git a/docker-compose.yml b/docker-compose.yml index 50f46a5..046e3c3 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -149,7 +149,7 @@ services: condition: service_healthy grow_worker_optimizer: &grow_worker - image: ghcr.io/project-omotes/omotes-grow-optimizer-worker:2.1.0 + image: ghcr.io/project-omotes/omotes-grow-optimizer-worker:2.1.1 restart: unless-stopped deploy: &grow_worker_deploy replicas: 2