Make Docker health checks more flexible #4851
Replies: 2 comments 2 replies
-
I found this issue in other applications that I deployed to my home server and this was the fix. I would suggest that the health checks are kept outside the image so that the user is responsible for it. :) |
Beta Was this translation helpful? Give feedback.
-
Assuming the 120000 interval is in seconds i would say running a health check less than daily is not advisable, but is surely reducing load from this check as it is running 4000x less often. Also this seems more like a feature request / change request than an actual issue with mealie. But i would welcome a PR that adds more flexibility around this. I will convert this into a feature request. |
Beta Was this translation helpful? Give feedback.
-
First Check
What is the issue you are experiencing?
Docker health checks are making the idle CPU usage sit around 4%. Changing it to something like
Makes the usage negligible
Steps to Reproduce
Please provide relevant logs
None
Mealie Version
v2.4.1
Deployment
Docker (Linux)
Additional Deployment Details
No response
Beta Was this translation helpful? Give feedback.
All reactions