

























About two weeks ago I ran into an issue where my self-hosted Atuin instance was reporting healthy in my Uptime Kuma hitting the /healthz endpoint. But come to find out my atuin sync was failing because my Postgres container had some how been removed from the docker network. So, the Postgres container was running, but the Atuin container couldn’t reach it. I sent a curl -s https://atuin.domain.dev/healthz request and it returned a 200 {"status":"healthy"}. Come to find out the health check only c...
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。