Remove cluster cache and query by bbox
All checks were successful
Build Docker Image / build (push) Successful in 3m0s

This commit is contained in:
Ruslan Bakiev
2026-02-05 10:26:19 +07:00
parent 9db56c5edc
commit 387abf03e4
2 changed files with 63 additions and 76 deletions

View File

@@ -6,7 +6,7 @@ import requests
import graphene
from django.conf import settings
from .arango_client import get_db, ensure_graph
from .cluster_index import get_clustered_nodes, invalidate_cache
from .cluster_index import get_clustered_nodes
logger = logging.getLogger(__name__)