docker: bound CheckAccess/Ping with a timeout #646

Open
opened 2026-08-13 01:12:01 +00:00 by the.auditor · 0 comments
Owner

internal/docker CheckAccess/Ping rely entirely on the caller-provided context, so the "fails fast" startup guarantee (per the standalone deployment model) can hang indefinitely if the daemon accepts the connection but never responds. Consider an internal context.WithTimeout in CheckAccess.

See PR #642.

`internal/docker` `CheckAccess`/`Ping` rely entirely on the caller-provided context, so the "fails fast" startup guarantee (per the standalone deployment model) can hang indefinitely if the daemon accepts the connection but never responds. Consider an internal `context.WithTimeout` in `CheckAccess`. See PR #642.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
thwap/thwap-pagesd#646
No description provided.