Container docker_rabbitmq_1 is unhealthy #323
-
Hi, I'm testing the new version of georchestra (24) and I can't get the rabbitmq container up, it stays in unhealthy state (attached screenshot). I have read carefully all the documentation but I have not found anything to solve it. |
Beta Was this translation helpful? Give feedback.
Replies: 8 comments
-
Hi @superbully , Sorry for the late response, is everything up to date ? (submodules too) On which branch are you ? |
Beta Was this translation helpful? Give feedback.
-
I have also tried to force to update all submodules with the following command: Unfortunately, I keep getting the same error. |
Beta Was this translation helpful? Give feedback.
-
Can you paste the logs of rbmq container ? |
Beta Was this translation helpful? Give feedback.
-
The log of rbmq contanier:
|
Beta Was this translation helpful? Give feedback.
-
And what's the response if you execute this command inside the container ?
By my side :
|
Beta Was this translation helpful? Give feedback.
-
In my side:
|
Beta Was this translation helpful? Give feedback.
-
Hello, i solved the problem. In the file .envs-rabbitmq i have added this line:
With this work fine. I have not errors. |
Beta Was this translation helpful? Give feedback.
-
In #305 we are going to disable rabbitmq by default so this should be less of an issue. |
Beta Was this translation helpful? Give feedback.
Hello, i solved the problem. In the file .envs-rabbitmq i have added this line:
RABBITMQ_DISK_FREE_ABSOLUTE_LIMIT = 2GB
With this work fine. I have not errors.
Thank you so much. Best regards !