You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Der negative Health-Check sagt ja, dass der Service neu gestartet werden sollte. Jedoch ist das eigentlich nicht nötig, wenn der MQTT-Server oder das Netzwerk ausfallen, weil dieser Service sich automatisch neu verbindet. Ein Restart des Service hätte den gleichen Effekt mit mehr Overhead.
Besser ist es deshalb, auf die ioloop der MQTT-Bibliothek zu prüfen. Wenn die abstürzt, gibt es tatsächlich ein Problem.
The service's health check should include the status of the MQTT loop to detect unexpected failures.
The text was updated successfully, but these errors were encountered: