feat: add isolated historical replay calibration
This commit is contained in:
@@ -92,6 +92,28 @@ services:
|
||||
networks:
|
||||
- nginx_proxy_manager_default
|
||||
|
||||
replay:
|
||||
build:
|
||||
context: .
|
||||
provenance: false
|
||||
command: node workers/replay-entrypoint.js
|
||||
env_file: .env
|
||||
volumes:
|
||||
- ./config.json:/app/config.json:ro
|
||||
- ./data:/data
|
||||
environment:
|
||||
NODE_ENV: production
|
||||
DURIIN_DB: /data/archive.sqlite
|
||||
INTELLIGENCE_DB: /data/intelligence.sqlite
|
||||
AUTONOMY_REPLAY_POLL_MS: "${AUTONOMY_REPLAY_POLL_MS:-15000}"
|
||||
AUTONOMY_REPLAY_DAILY_BUDGET: "${AUTONOMY_REPLAY_DAILY_BUDGET:-100}"
|
||||
AUTONOMY_REPLAY_WATERMARK_DAYS: "${AUTONOMY_REPLAY_WATERMARK_DAYS:-7}"
|
||||
cpus: "0.50"
|
||||
mem_limit: 768m
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- nginx_proxy_manager_default
|
||||
|
||||
calibration:
|
||||
build:
|
||||
context: .
|
||||
|
||||
Reference in New Issue
Block a user