fix: cap caddy-validate download timeout (implements #1127) #1131
No reviewers
Labels
No labels
action
backlog
blocked
bug-report
cannot-reproduce
in-progress
in-triage
needs-triage
prediction/actioned
prediction/dismissed
prediction/unreviewed
priority
rejected
reproduced
tech-debt
underspecified
vision
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: disinto-admin/disinto#1131
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "hotpatch/1127-caddy-timeout"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Implements #1127.
One-line diff
Why
Without a timeout, a stuck
curlholds the Woodpecker agent for its full ~1h deadline. Agent capacity is 1 parallel pipeline, so this blocks the entire factory. Seen 2026-04-21 — one container rancurl caddyserver.comfor 55 minutes while 30+ workflows piled up behind it. Full diagnosis in #1124.Flag flavor
--connect-timeout 10— fail fast on network unreachable--max-time 60— cap total wall time at 60s-f— non-zero on HTTP errors (original-sSswallowed 5xx)-L— follow redirects (future-proofing against caddyserver URL changes)Context for the reviewer
.dev-activestate files removed indisinto-agentsanddisinto-agents-llama) until this lands.edge-subpath.yml, socaddy-validatewill complete in ≤60s instead of hanging. The previous pile-up can't repeat on this PR..dev-activestate files.Closes #1127.
disinto validaterejects CI steps with no timeout declared #1137