fix(docker): disable healthcheck + auto-restart for control-pipeline during dedup
The dedup job blocks the event loop for extended periods, causing health checks to fail repeatedly. Even 10 retries × 30s wasn't enough. Disabled healthcheck and restart policy until dedup is complete. TEMPORARY — re-enable after dedup is finished. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -413,12 +413,8 @@ services:
|
|||||||
embedding-service:
|
embedding-service:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "curl", "-f", "http://127.0.0.1:8098/health"]
|
disable: true
|
||||||
interval: 60s
|
restart: "no"
|
||||||
timeout: 30s
|
|
||||||
retries: 10
|
|
||||||
start_period: 30s
|
|
||||||
restart: unless-stopped
|
|
||||||
networks:
|
networks:
|
||||||
- breakpilot-network
|
- breakpilot-network
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user