You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 !
The text was updated successfully, but these errors were encountered:
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.
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 !
The text was updated successfully, but these errors were encountered: