diff --git a/stack_orchestrator/deploy/webapp/deploy_webapp_from_registry.py b/stack_orchestrator/deploy/webapp/deploy_webapp_from_registry.py index 6a89a8e9..e72b7fb4 100644 --- a/stack_orchestrator/deploy/webapp/deploy_webapp_from_registry.py +++ b/stack_orchestrator/deploy/webapp/deploy_webapp_from_registry.py @@ -402,12 +402,13 @@ def command( # noqa: C901 and previous_requests[r.id].get("status", "") != "RETRY" ): main_logger.log(f"Skipping request {r.id}, we've already seen it.") + result = "SKIP" continue app = laconic.get_record(r.attributes.application) if not app: - result = "ERROR" main_logger.log(f"Skipping request {r.id}, cannot locate app.") + result = "ERROR" continue requested_name = r.attributes.dns