better naming for celery and grpc

This commit is contained in:
2026-02-06 08:33:48 -03:00
parent c0a3901951
commit 65c3055de6
14 changed files with 19 additions and 20 deletions

View File

@@ -25,7 +25,7 @@ def system_status():
def worker_status():
"""Worker status from gRPC."""
try:
from grpc.client import get_client
from rpc.client import get_client
client = get_client()
status = client.get_worker_status()