Skip to content

feat: make reactor cooldowns and startup delays configurable#329

Merged
CalebisGross merged 1 commit intomainfrom
feat/configurable-reactor-cooldowns
Mar 21, 2026
Merged

feat: make reactor cooldowns and startup delays configurable#329
CalebisGross merged 1 commit intomainfrom
feat/configurable-reactor-cooldowns

Conversation

@CalebisGross
Copy link
Copy Markdown
Collaborator

Summary

  • Add reactor.cooldowns config section: per-chain cooldown overrides via map[string]string
  • Add consolidation.startup_delay_sec for consolidation agent grace period (default: 30s)
  • Add orchestrator.health_report_interval for health report writing frequency (default: 5m)
  • New ChainDeps.cooldown() helper resolves overrides with fallback to built-in defaults
  • All 5 reactor chains now use configurable cooldowns

Test plan

  • make build passes
  • make test passes (all green, including reactor tests)
  • No new lint issues

🤖 Generated with Claude Code

Add reactor.cooldowns config section for per-chain cooldown overrides,
consolidation startup delay, and orchestrator health report interval.

Reactor cooldowns use a map[string]string keyed by chain ID, parsed
to time.Duration at startup. Unset chains keep their built-in defaults.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@CalebisGross CalebisGross merged commit de7f166 into main Mar 21, 2026
@CalebisGross CalebisGross deleted the feat/configurable-reactor-cooldowns branch March 21, 2026 16:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant