Skip to content

Commit 4a7a2f6

Browse files
authored
Removing dev comment
1 parent 931a5aa commit 4a7a2f6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/api/v1/health.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ async def ready(redis: Annotated[Redis, Depends(async_get_redis)], db: Annotated
4141
redis_status = await check_redis_health(redis=redis)
4242
LOGGER.debug(f"Redis health check status: {redis_status}")
4343

44-
# Overall status
4544
overall_status = STATUS_HEALTHY if database_status and redis_status else STATUS_UNHEALTHY
4645
http_status = status.HTTP_200_OK if overall_status == STATUS_HEALTHY else status.HTTP_503_SERVICE_UNAVAILABLE
4746

0 commit comments

Comments
 (0)