fix(launch): respawn cockpit_bridge so a failed start cannot leave the data lake feed dead

This commit is contained in:
Grant 2026-07-08 18:07:31 +02:00
parent 87000e6d62
commit c099c00917

View File

@ -42,6 +42,8 @@ def _launch_with_config(context, *args, **kwargs):
executable='cockpit_bridge', executable='cockpit_bridge',
name='cockpit_bridge', name='cockpit_bridge',
output='screen', output='screen',
respawn=True,
respawn_delay=5.0,
) )
] ]