Skip to content

Stream Docker events without a client timeout

Choose a tag to compare

@VaultGuardian VaultGuardian released this 01 Jun 04:25
· 6 commits to main since this release

REC's Docker /events listener no longer dies every ~10s to an HTTP client timeout. The long-lived stream now uses a client with no whole-request deadline, validates response status before decoding, and resets reconnect backoff for healthy long-lived streams. Coverage was already held by the rescan backstop; this restores the real-time event path.