Skip to content

Fix null mapping server pod launch

Alejo Carballude requested to merge hotfix/null_mapping_server_pod_launch into develop

Related tasks

Context

Mapping Server pod launch job was failing when the mapping server image was not in place because the LaunchPods generic job expects a LaunchPodsInput object.

Change

The circuit breaker in the Mapping Server's launch pods job has been updated to return an empty LaunchPodsInput instead of nil.

Other information

Additional documentation

Edited by Alejo Carballude

Merge request reports