mirror of
https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
synced 2026-08-21 05:26:49 +00:00
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>