better naming for celery and grpc
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user