11c80124af
The apply_pending_config endpoint spawns _do_apply in a background thread. subprocess was used but not imported inside the closure, causing NameError: name 'subprocess' is not defined on every Apply click — silently swallowed, so containers never restarted and no error was shown. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>