remove conductor and add hatchet tests (no-mistakes)

This commit is contained in:
Igor Loskutov
2025-12-16 13:23:39 -05:00
parent 1f49deb5b5
commit e81e0cb5c3
44 changed files with 537 additions and 4234 deletions

View File

@@ -34,20 +34,6 @@ services:
environment:
ENTRYPOINT: beat
conductor-worker:
build:
context: server
volumes:
- ./server/:/app/
- /app/.venv
env_file:
- ./server/.env
environment:
ENTRYPOINT: conductor-worker
depends_on:
conductor:
condition: service_healthy
hatchet-worker:
build:
context: server
@@ -92,19 +78,6 @@ services:
volumes:
- ./data/postgres:/var/lib/postgresql/data
conductor:
image: conductoross/conductor-standalone:3.15.0
ports:
- "8180:8080"
- "5001:5000"
environment:
- conductor.db.type=memory
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8080/health"]
interval: 30s
timeout: 10s
retries: 5
hatchet-postgres:
image: postgres:15.6
command: postgres -c 'max_connections=200'