FeedR icon indicating copy to clipboard operation
FeedR copied to clipboard

services unreachable

Open odidev opened this issue 2 years ago • 1 comments

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 avatar Mar 30 '23 11:03 odidev

Hi @spetz could you please share your feedback regarding the above issue?

odidev avatar Apr 10 '23 06:04 odidev