Skip to content
Discussion options

You must be logged in to vote

This is expected behavior with third-party socket proxies — the proxy's TIMEOUT setting kills idle HTTP connections, and Docker's event stream is a long-lived connection that can go idle between events. Drydock detects the disconnect and reconnects automatically (the "Listening to docker events" line confirms it succeeded). No events are lost because Drydock requests events since the last received timestamp on reconnect.

We've made two changes:

1. Downgraded the log from warn to info (a28cd7ed)

Since the first reconnect is expected behavior and resolves automatically, it no longer shows as a warning. Subsequent reconnect failures (indicating a real problem) still log as warn.

2. Our own p…

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by s-b-e-n-s-o-n
Comment options

You must be logged in to vote
1 reply
@s-b-e-n-s-o-n
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants