From 71f0f717ade96de46507275ace227fb67aab44ef Mon Sep 17 00:00:00 2001 From: Thomas E Lackey Date: Wed, 14 Aug 2024 20:59:28 -0500 Subject: [PATCH] SKIP --- .../deploy/webapp/deploy_webapp_from_registry.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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