Robustness release — clean startup under engine-managed boots and docker compose.
- Auto-run retry:
auto: truenow retries the startup migration run while thedatabaseworker is unavailable (capped exponential backoff, 2-minute budget). Previously the run was attempted exactly once: a boot-order race silently left migrations unapplied until a manualmigrate::up. - Configuration RPC retry:
configuration::register/getretry transient failures (timeout, not connected, function not registered yet) under the same budget instead of crashing the worker after ~16 s; real errors from the configuration worker still fail fast. - Clean boot logs: the default tracing filter silences
iii-helpers' OTel connection module, which logged every pre-connection attempt at ERROR while iii-sdk already reports the same condition as a WARN retry. SetRUST_LOGto override.