docs: SenpAI integration log + healthcheck fix

- PROJECT-MASTER-INDEX: add "Зміни 2026-02-09" section (market data + Senpai tool integration)
- docker-compose: senpai-md-consumer healthcheck timeout 5s→10s, retries 3→5

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Apple
2026-02-09 12:55:08 -08:00
parent 0555ee9fa6
commit 6e0887abcd
2 changed files with 27 additions and 3 deletions

View File

@@ -693,8 +693,8 @@ services:
- CMD-SHELL
- python -c "import urllib.request; urllib.request.urlopen('http://localhost:8892/health')"
interval: 15s
timeout: 5s
retries: 3
timeout: 10s
retries: 5
start_period: 15s
volumes:
qdrant-data-node1: null