Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions asap-quickstart/docker-compose-precompute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,12 @@ services:
- "--query-language=PROMQL"
- "--lock-strategy=per-key"
- "--forward-unsupported-queries"
# §5/§10 sketch-DB lifecycle. Without --enable-schema-eviction,
# Expired schemas stay resident forever and their data never
# gets dropped from the store; the 60s poll is tuned for demo
# visibility, not production — tune up for real deployments.
- "--enable-schema-eviction"
- "--schema-eviction-poll-secs=60"
healthcheck:
test: ["CMD-SHELL", "bash -c 'echo > /dev/tcp/localhost/8088' 2>/dev/null || exit 1"]
interval: 10s
Expand Down