Skip to content

Adding exit code for schema container

As part of data seeding optimization, we would be using backoffLimit to ensure Kubernetes retries the failed jobs. Hence we need to return a non-zero exit code in case of failure so that backoffLimit is respected by Kubernetes.

Edited by Shiv Singh

Merge request reports