Story Crater Bot
cd3abede11
fix(homarr): configure proper liveness/readiness probes
App takes ~30-45s to fully initialize:
- DB migrations
- Redis startup
- Icon repository cache fetch (27k+ icons)
- WebSocket server start
- Analytics cron initialization
Probes need:
- initialDelaySeconds: 45-60s (not 10s default)
- timeoutSeconds: 5s (not 1s default)
- periodSeconds: 15-30s for stable health checks
Previous issue: 1s timeout + 10s initialDelay killed healthy container
before app finished initialization.
2026-07-22 10:53:16 -07:00
..
2026-07-22 10:53:16 -07:00
2026-07-22 09:48:37 -07:00
2026-07-22 09:33:07 -07:00
2026-07-21 21:09:03 -07:00
2026-07-22 08:59:51 -07:00
2026-07-21 16:21:37 -07:00
2026-07-22 09:42:24 -07:00