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

Closed
thubrecht wants to merge 1 commit from sleep-uk into main
Owner
No description provided.
thubrecht added 1 commit 2024-12-16 10:00:29 +01:00
fix(uptime-kuma): !hack wait 10s before starting stateless uptime kuma
All checks were successful
Run pre-commit on all files / pre-commit (push) Successful in 33s
Check meta / check_dns (pull_request) Successful in 20s
Check meta / check_meta (pull_request) Successful in 20s
Check workflows / check_workflows (pull_request) Successful in 29s
Build all the nodes / netcore02 (pull_request) Successful in 40s
Build all the nodes / ap01 (pull_request) Successful in 1m18s
Build all the nodes / bridge01 (pull_request) Successful in 1m49s
Build all the nodes / geo01 (pull_request) Successful in 1m58s
Build all the nodes / compute01 (pull_request) Successful in 2m13s
Build all the nodes / geo02 (pull_request) Successful in 2m6s
Build all the nodes / storage01 (pull_request) Successful in 2m2s
Build all the nodes / rescue01 (pull_request) Successful in 2m17s
Build all the nodes / vault01 (pull_request) Successful in 2m2s
Run pre-commit on all files / pre-commit (pull_request) Successful in 34s
Build all the nodes / web02 (pull_request) Successful in 1m45s
Build all the nodes / web03 (pull_request) Successful in 1m54s
Build all the nodes / web01 (pull_request) Successful in 2m27s
4db9172297
thubrecht added the
awaiting
awaiting-reviewer
label 2024-12-16 10:00:36 +01:00
mdebray was assigned by thubrecht 2024-12-16 10:00:44 +01:00
rlahfa reviewed 2024-12-16 22:20:12 +01:00
@ -143,6 +144,8 @@ in
proxyWebsockets = true;
};
systemd.services.stateless-uptime-kuma.serviceConfig.ExecStartPre = "${lib.getExe' pkgs.coreutils "sleep"} 10";
Owner

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?
rlahfa approved these changes 2024-12-16 22:20:28 +01:00
rlahfa left a comment
Owner

I am reluctant to these sorts of hacks, but I guess there's no other way.

I am reluctant to these sorts of hacks, but I guess there's no other way.
rlahfa added
awaiting
awaiting-author
and removed
awaiting
awaiting-reviewer
labels 2024-12-16 22:20:33 +01:00
Author
Owner

Maintenant que le vrai fix est merge upstream, on n'a plus besoin de ça

Maintenant que le vrai fix est merge upstream, on n'a plus besoin de ça
thubrecht closed this pull request 2024-12-18 13:02:27 +01:00
All checks were successful
Run pre-commit on all files / pre-commit (push) Successful in 33s
Required
Details
Check meta / check_dns (pull_request) Successful in 20s
Required
Details
Check meta / check_meta (pull_request) Successful in 20s
Required
Details
Check workflows / check_workflows (pull_request) Successful in 29s
Required
Details
Build all the nodes / netcore02 (pull_request) Successful in 40s
Required
Details
Build all the nodes / ap01 (pull_request) Successful in 1m18s
Required
Details
Build all the nodes / bridge01 (pull_request) Successful in 1m49s
Required
Details
Build all the nodes / geo01 (pull_request) Successful in 1m58s
Required
Details
Build all the nodes / compute01 (pull_request) Successful in 2m13s
Required
Details
Build all the nodes / geo02 (pull_request) Successful in 2m6s
Required
Details
Build all the nodes / storage01 (pull_request) Successful in 2m2s
Required
Details
Build all the nodes / rescue01 (pull_request) Successful in 2m17s
Required
Details
Build all the nodes / vault01 (pull_request) Successful in 2m2s
Required
Details
Run pre-commit on all files / pre-commit (pull_request) Successful in 34s
Required
Details
Build all the nodes / web02 (pull_request) Successful in 1m45s
Required
Details
Build all the nodes / web03 (pull_request) Successful in 1m54s
Required
Details
Build all the nodes / web01 (pull_request) Successful in 2m27s
Required
Details

Pull request closed

Sign in to join this conversation.
No description provided.