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

HTTP Pool #39

Open
vamsiikrishna opened this issue Jan 2, 2021 · 3 comments
Open

HTTP Pool #39

vamsiikrishna opened this issue Jan 2, 2021 · 3 comments

Comments

@vamsiikrishna
Copy link

when CH server is down, I have noticed in some cases that all outgoing HTTP requests from the elixir app will be halted.
it might be better to use a separate named HTTP Pool.

would like to know the maintainers thoughts on this..
Thanks !

@hissssst
Copy link
Contributor

Could you describe the problem in details, please?

@vamsiikrishna
Copy link
Author

I am not sure if the issue is still relevant.

This is the issue I had faced earlier:

These are the different kinds of requests made from my app:
HTTP connections from this driver to CH Server using the default HTTP connection Pool.
Other HTTP connections from the application using the same default HTTP connection Pool.

When a connection is made from my app to a Server ( NON CH ) which is down, I have noticed that connections from this driver also getting failed.

@hissssst
Copy link
Contributor

Hmm, thanks for the explanation, I'll take a look into this issue

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

2 participants