some tweaks to cart
Build and Publish / BuildAndDeployArm64 (push) Failing after 5s
Build and Publish / BuildAndDeployAmd64 (push) Failing after 4s

This commit is contained in:
2026-06-29 20:08:21 +02:00
parent de47ef4f14
commit 98e2fd8d41
7 changed files with 932 additions and 56 deletions
+1 -2
View File
@@ -366,10 +366,9 @@ func (p *SimpleGrainPool[V]) forAllHosts(fn func(Host[V])) {
wg := sync.WaitGroup{}
for _, host := range rh {
wg.Go(func() { fn(host) })
}
wg.Wait()
for name, host := range rh {
if !host.IsHealthy() {