alkem-io / file-service

European Union Public License 1.2
0 stars 0 forks source link

File service + whiteboard container service restart if no server #9

Open techsmyth opened 3 weeks ago

techsmyth commented 3 weeks ago

Description

As a developer I want robust local services

Acceptance criteria

Additional Context

The containers are failing with the following message:

image.png
hero101 commented 3 weeks ago

@techsmyth Which server is not available? This is a Winston error and not related to any dependant service. The container will restart and "fix itself" in the proccess. Only local docker containers are affected.

techsmyth commented 3 weeks ago

@hero101 yes indeed it is the local dev setup that is having this issue, Valentin + myself were busy for a while looking at why the containers were restarting in a loop locally, and then I noticed when I started the server locally they were happy

hero101 commented 3 weeks ago

@hero101 yes indeed it is the local dev setup that is having this issue, Valentin + myself were busy for a while looking at why the containers were restarting in a loop locally, and then I noticed when I started the server locally they were happy

It has nothing to do with the server, unfortunatelly. I was not able to reproduce this behaviour, and the services do not directly connect to the server, but rather to rabbitMQ, which is a retriable and the connection is ensured.