fix: feat: make gardener and architect schedules configurable via env vars (#558)
Some checks failed
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline failed
ci/woodpecker/pr/smoke-init Pipeline was successful

This commit is contained in:
Claude 2026-04-10 10:29:56 +00:00
parent 42d4367fe1
commit 45cac8c050
3 changed files with 20 additions and 8 deletions

View file

@ -23,6 +23,14 @@ check_prs = true
check_dev_agent = true
check_pipeline_stall = false
# Agent scheduling — configure gardener and architect polling intervals
# in the docker-compose.yml environment section (or .env file).
# Values are in seconds, defaults are 21600 (6 hours) for both.
#
# For active development on the disinto factory itself, consider:
# GARDENER_INTERVAL=3600 # 1 hour
# ARCHITECT_INTERVAL=600 # 10 minutes
# Local-model agents (optional) — configure to use llama-server or similar
# for local LLM inference. Each agent gets its own container with isolated
# credentials and configuration.