feat: watcher akislarini ve wscraper servis entegrasyonunu ekle

This commit is contained in:
2026-03-12 22:30:43 +03:00
parent 6507d13325
commit baad2b3e96
34 changed files with 2663 additions and 11 deletions

View File

@@ -9,10 +9,21 @@ SERVER_PORT=3001
WEB_PORT=5173
WEB_ORIGIN=http://localhost:5173
WEB_ALLOWED_ORIGINS=http://192.168.1.205:5175,http://qbuffer.bee
WEB_ALLOWED_HOSTS=localhost,192.168.1.205,qbuffer.bee
POLL_INTERVAL_MS=3000
ENFORCE_INTERVAL_MS=2000
DEFAULT_DELAY_MS=3000
MAX_LOOP_LIMIT=1000
STALLED_RECOVERY_MS=300000
TIMER_POLL_MS=60000
WATCHER_SECRET_KEY=replace_me_watcher
WATCHER_ENABLED=true
WATCHER_TICK_MS=30000
WATCHER_TIMEOUT_MS=180000
WATCHER_RUNTIME_DIR=/tmp/qbuffer-watchers
WSCRAPER_SERVICE_BASE_URL=http://host.docker.internal:8787
WSCRAPER_SERVICE_TOKEN=
WSCRAPER_SERVICE_HOST=0.0.0.0
WSCRAPER_SERVICE_PORT=8787
WSCRAPER_SERVICE_PYTHON_BIN=python3.12
NODE_ENV=development