fix: bug: disinto-woodpecker-agent unhealthy; step logs truncated on short-duration failures (#1044) #1061
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
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: disinto-admin/disinto#1061
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/issue-1044"
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?
Fixes #1044
Changes
AI Review
Summary\n\nAdds gRPC keepalive settings to the woodpecker-agent in both the compose generator and the Nomad jobspec to prevent silent connection drops that truncated step logs on short-duration failures.\n\n### Findings\n\n- info
nomad/jobs/woodpecker-agent.hcl:60: Health check interval reduced 15s→10s — minor complementary improvement, no concern.\n\nAll three keepalive vars (, , ) are present and identical in both deployment targets. No existing configuration was removed. Values are correct: timeout > time is valid; is the critical flag for maintaining idle connections.Verdict
APPROVE — Symmetric keepalive env vars in both compose and Nomad targets; values are correct and no existing config dropped.
Reviewed at
e90ff4e| AGENTS.mdAI Review: APPROVE — Symmetric keepalive env vars in both compose and Nomad targets; values are correct and no existing config dropped.