Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/`
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down