Skip to content

Commit

Permalink
Merge pull request #96 from Project-OMOTES/95-update-optimizer-worker…
Browse files Browse the repository at this point in the history
…-to-202

95: Update optimizer-workers to 2.0.2
  • Loading branch information
lfse-slafleur authored Sep 10, 2024
2 parents cc9a57b + d032655 commit e928099
Show file tree
Hide file tree
Showing 9 changed files with 2,962 additions and 2,782 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* 77: Update optimizer worker to 2.0.0 to include mesido 0.1.5.2 which also includes influxdb schema changes. by @lfse-slafleur in https://github.com/Project-OMOTES/omotes-system/pull/78
* 66: Workflow definitions are now shared by orchestrator with the SDK and are updated on any changes. by @MarkTNO in https://github.com/Project-OMOTES/omotes-system/pull/67
* 92: Update to SDK 3.0.0 and orchestrator 1.0.0 to integrate single job submission queue and multi-sdk support for sharing workflow definitions from the orchestrator to any SDK. by @lfse-slafleur in https://github.com/Project-OMOTES/omotes-system/pull/93
* 95: Update optimizer worker to 2.0.2 which includes mesido 0.1.7.0. by @lfse-slafleur in https://github.com/Project-OMOTES/omotes-system/pull/96
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ services:
condition: service_healthy

grow_worker_optimizer: &grow_worker
image: ghcr.io/project-omotes/omotes-grow-optimizer-worker:2.0.1
image: ghcr.io/project-omotes/omotes-grow-optimizer-worker:2.0.2
restart: unless-stopped
deploy:
replicas: 2
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

1,002 changes: 497 additions & 505 deletions system_tests/src/test_esdl/output/test__grow_simulator__happy_path.esdl

Large diffs are not rendered by default.

0 comments on commit e928099

Please sign in to comment.