disinto/docker/agents
Claude f3f6b22b0d
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
fix: fix: while-true entrypoint runs agents sequentially — slow agents block the entire pipeline (#509)
Run fast agents (review-poll, dev-poll) in background with stagger.
Run slow agents (gardener, architect, planner, predictor) in background
with pgrep guards so only one instance of each runs at a time.
The flock on session.lock still serializes claude -p calls.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-09 14:05:14 +00:00
..
Dockerfile fix: fix: replace cron with while-true loop and gosu in agents entrypoint (#379) 2026-04-08 04:57:57 +00:00
entrypoint.sh fix: fix: while-true entrypoint runs agents sequentially — slow agents block the entire pipeline (#509) 2026-04-09 14:05:14 +00:00