Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retrying connection to consul to avoid purge if consul is not available #143

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

samifruit514
Copy link

No description provided.

);
// end this "thread"
return;
}
/* istanbul ignore if */
if (err) return cb(err);
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is useless and should be removed as there should not be an err at this point.

@calvn
Copy link
Contributor

calvn commented Mar 21, 2017

@samifruit514 thanks for the PR! Unfortunately, I no longer have committer access to the project so you'll have to get in touch with one of the guys from @Cimpress-MCP to get this in. @ryanbreen might be able to give you further guidance.

@TomGudman
Copy link

I think this PR could be a fairly important feature to integrate, isn't it?
Or is there another workaround to avoid wiping everything due to a network blip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants