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

services unreachable #5

Open
odidev opened this issue Mar 30, 2023 · 1 comment
Open

services unreachable #5

odidev opened this issue Mar 30, 2023 · 1 comment

Comments

@odidev
Copy link

odidev commented Mar 30, 2023

I am trying to reach the services on amd64 machine using docker compose, tye run, docker run and pm2 but only two services are reachable, that is gateway and notifier. All other services are failing with the below error:

Unhandled exception. StackExchange.Redis.RedisConnectionException: It was not possible to connect to the redis server(s). Error connecting right now. To allow this multiplexer to continue retrying until it's able to connect, use abortConnect=false in your connection string or AbortOnConnectFail=false; in your code. 

 

   at StackExchange.Redis.ConnectionMultiplexer.ConnectImpl(ConfigurationOptions configuration, TextWriter log) in /_/src/StackExchange.Redis/ConnectionMultiplexer.cs:line 1194 

  

   at StackExchange.Redis.ConnectionMultiplexer.Connect(ConfigurationOptions configuration, TextWriter log) in /_/src/StackExchange.Redis/ConnectionMultiplexer.cs:line 1061 

  

   at StackExchange.Redis.ConnectionMultiplexer.Connect(String configuration, TextWriter log) in /_/src/StackExchange.Redis/ConnectionMultiplexer.cs:line 1036 

  

   at FeedR.Shared.Redis.Extensions.AddRedis(IServiceCollection services, IConfiguration configuration) in /app/src/Shared/FeedR.Shared/Redis/Extensions.cs:line 15 

  

   at Program.<Main>$(String[] args) in /app/src/Feeds/Weather/FeedR.Feeds.Weather/Program.cs:line 10 

  

Aborted (core dumped) 

I have tried AbortOnConnectFail=false under the Extension.cs file but still getting the same error.

Could you please share your pointers on the same?

@odidev
Copy link
Author

odidev commented Apr 10, 2023

Hi @spetz
could you please share your feedback regarding the above 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

1 participant