Context
Follow-up from PR #2326 (port node launcher to Rust). Tracked in #2598.
Problem
Neither the Python nor Rust launcher tests the actual retry timing/sequence for registry manifest resolution. The backon exponential backoff configuration (factor 1.5, max 60s, configurable max attempts) is untested.
Action
Low priority.