mirror of
https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
synced 2026-08-21 05:26:49 +00:00
59bff07a5364a9702d96901778b6e07f1fcb2196
VPS box is chronically CPU-overcommitted (load avg ~22-26 on 6 cores, confirmed live - unrelated pre-existing services: barman, k3s itself, node/gunicorn apps). Chart-default liveness probes (~200s grace) were SIGTERM-killing both webservice and sidekiq mid-boot (still inside bootsnap's require), every restart resetting progress to zero and never actually finishing. Loosened to a ~7min grace window and dropped webservice to 1 worker process instead of 2, less to fork/boot. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
…
Description
No description provided
1 MiB
Languages
Shell
94%
Go Template
6%