fix(launch): respawn cockpit_bridge so a failed start cannot leave the data lake feed dead
This commit is contained in:
parent
87000e6d62
commit
c099c00917
@ -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,
|
||||||
)
|
)
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user