fix: feat: make gardener and architect schedules configurable via env vars (#558)
This commit is contained in:
parent
42d4367fe1
commit
45cac8c050
3 changed files with 20 additions and 8 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue