fix(uptime-kuma): !hack wait 10s before starting stateless uptime kuma #192

Closed
thubrecht wants to merge 1 commit from sleep-uk into main

View file

@ -5,6 +5,7 @@
{
config,
lib,
pkgs,
serverNodes,
sources,
...
@ -143,6 +144,8 @@ in
proxyWebsockets = true;
};
systemd.services.stateless-uptime-kuma.serviceConfig.ExecStartPre = "${lib.getExe' pkgs.coreutils "sleep"} 10";
Review

can we have an issue in stateless-uptime-kuma tracking a proper readiness probe, ideally with systemd collaboration or something?

can we have an issue in stateless-uptime-kuma tracking a proper readiness probe, ideally with systemd collaboration or something?
statelessUptimeKuma = {
probesConfig = mkMerge [
pingProbes