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

Problem with envconsul timeouts due to consul long-polling #201

Open
tomasfse opened this issue Apr 27, 2017 · 0 comments
Open

Problem with envconsul timeouts due to consul long-polling #201

tomasfse opened this issue Apr 27, 2017 · 0 comments

Comments

@tomasfse
Copy link

Hello,

I've sent a pull request to solve a problem with envconsul.

#200

Consul uses long-polling to allow envconsul "subscribe" to config changes, and due to nginx is used as reverse proxy the connection is being dropped by nginx continuously. Consul have a default wait time for 5 minutes.

I've increased to 10 minutes the nginx timeout for location "/" and the problem is solved.

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

No branches or pull requests

1 participant