Skip to content
This repository was archived by the owner on Jul 11, 2025. It is now read-only.
This repository was archived by the owner on Jul 11, 2025. It is now read-only.

Request timeout (%s) must be larger than session timeout (%s) [1.4.5] #105

Open
@wbarnha

Description

@wbarnha

In 1.4.5, session_timeout acts as a lower bound for request_timeout.

This seems excessively strict. If we use a short timeout like 2s, the heartbeat thread could simply retry, there seems to be some logic already in for that.

In the current implementation, I found these blockers:

If we clear these, I think we should allow short request_timeouts.

My goal is to allow better recovery with unstable connections (which do occassionally occur in our environment)

@dpkp what do you think?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions