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

@@ -2,9 +2,9 @@
gRPC message definitions for MPR worker communication.
This is the source of truth for gRPC messages. The generator creates:
- grpc/protos/worker.proto (protobuf definition)
- grpc/worker_pb2.py (generated Python classes)
- grpc/worker_pb2_grpc.py (generated gRPC stubs)
- rpc/protos/worker.proto (protobuf definition)
- rpc/worker_pb2.py (generated Python classes)
- rpc/worker_pb2_grpc.py (generated gRPC stubs)
"""
from dataclasses import dataclass