Skip to content

Add early exit option to DeploySharedSchemas.py

Yan Sushchynski (EPAM) requested to merge deploy_schemas_early_exit into master

Now it is possible to exit early from DeploySharedSchemas.py by passing the -e flag to the script.

It could be useful during bootstrap process when not all the required services are ready, for the instance, Entitlements is not yet bootstrapped and throws 401, then it would be better to exit the script as soon as possible in order to restart it after a while

Edited by Yan Sushchynski (EPAM)

Merge request reports