1a3ef572d1
mavweb log.Fatal'd if mavend's socket wasn't up yet, so under compose it crash-looped (relying on restart:unless-stopped) until core finished booting its models. depends_on only orders container start, not socket readiness. dialCoreWithRetry polls with capped backoff up to 60s; still fatal past the deadline. Mid-life core restarts remain covered by ipc.Client's redial-on-drop. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>