From 70a33a5236fd9c3b51b8db0cbaf11376f9817ac5 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Wed, 1 Apr 2026 17:47:46 +0900 Subject: fix: lint cleanup after critical and high priority fixes --- services/order-executor/src/order_executor/main.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'services/order-executor') diff --git a/services/order-executor/src/order_executor/main.py b/services/order-executor/src/order_executor/main.py index f111c75..4a51d5d 100644 --- a/services/order-executor/src/order_executor/main.py +++ b/services/order-executor/src/order_executor/main.py @@ -66,7 +66,9 @@ async def run() -> None: stream = "signals" health = HealthCheckServer( - "order-executor", port=config.health_port + HEALTH_PORT_OFFSET, auth_token=config.metrics_auth_token + "order-executor", + port=config.health_port + HEALTH_PORT_OFFSET, + auth_token=config.metrics_auth_token, ) health.register_check("redis", broker.ping) await health.start() -- cgit v1.2.3