Skip to content
This repository was archived by the owner on Oct 17, 2024. It is now read-only.
This repository was archived by the owner on Oct 17, 2024. It is now read-only.

client shouldn't log 504 (timeout) errors when calling watch on the server api. #78

@tealeg

Description

@tealeg

The watch function will generally timeout if nothing changes for a particular prefix (by default this will happen after 30 seconds). The client code doesn't handle the 504 explicitly (it does handle timeouts in its own context), and thus it ends up logging all the timeouts, which is annoying and misleading.

We should make it simply ignore those timeouts, or perhaps just log them at DEUG level.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions