Skip to content

Exp Backoff Retry for HTTP Connection Timeout #82

@nazeemkhan77

Description

@nazeemkhan77

Hi, I looking into the module to see if it supports exp retry for the connection timeout scenario. Currently, the retry logic works only if the Http connection is refused or reset or HTTP status code 300 or 301. I would like to know if there is any reason for not supporting the http connection timeout.

Note: Retry node module supports exp backoff retry and it retries for these http errors {'ECONNRESET', 'ENOTFOUND', 'ESOCKETTIMEDOUT', 'ETIMEDOUT', 'ECONNREFUSED', 'EHOSTUNREACH', 'EPIPE', 'EAI_AGAIN'}.

Thanks,
Nazimuddin

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions