Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

[Enhancement]: Make it possible to set responseTimeout #10725

Copy link
Copy link
@AB-xdev

Description

@AB-xdev
Issue body actions

Module

Core

Proposal

In

new ZerodepDockerHttpClient.Builder()
.dockerHost(transportConfig.getDockerHost())
.sslConfig(transportConfig.getSslConfig())
.build();

there is currently no option to set an overall responseTimeout.

This can result in hanging threads when there is a problem with Docker's API and no response is ever returned. Although this is rare, we observed such a problem recently in xdev-software/tci#370

All other timeouts are configured in the default Apache HTTP client:

Image

It would be nice to somehow have an option to set the overall timeout (e.g. 10 min) to prevent situations like this.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.