creditkarma / consul-client

A client for Hashicorp Consul written in TypeScript
3 stars 7 forks source link

Remove retry limit on HTTP 404 #23

Closed chad-ramsey-ck closed 2 years ago

chad-ramsey-ck commented 2 years ago

Description

Motivation and Context

We want to allow remote 404s to continue polling until a connection can be established. There are use cases where this is a valid scenario and prevents the need for application restarts

How Has This Been Tested?

This change was tested in tandem with changes to @creditkarma/dynamic-config internally and validated to be working as expected

Types of changes

Checklist: