Skip to content

Commit

Permalink
Merge pull request #56 from Project-OMOTES/55-introduce-workaround-in…
Browse files Browse the repository at this point in the history
…-optimizer-worker-to-prevent-process-deadlock

55: Update optimizer worker to introduce workaround for process deadl…
  • Loading branch information
lfse-slafleur authored Jun 6, 2024
2 parents 4529623 + 87e1fdd commit b74c2b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.8"

networks:
omotes:
driver: bridge
Expand Down Expand Up @@ -125,7 +123,7 @@ services:
condition: service_healthy

grow_worker_optimizer: &grow_worker
image: ghcr.io/project-omotes/omotes-grow-optimizer-worker:1.0.12
image: ghcr.io/project-omotes/omotes-grow-optimizer-worker:1.0.13
restart: unless-stopped
deploy:
replicas: 2
Expand Down
2 changes: 1 addition & 1 deletion system_tests/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11-slim-buster
FROM python:3.11-slim

WORKDIR /app

Expand Down

0 comments on commit b74c2b4

Please sign in to comment.