This commit is contained in:
2024-12-08 15:33:34 +03:00
parent 8eda61e56b
commit 7c2fb7cd6e
4 changed files with 21 additions and 42 deletions

View File

@@ -1,4 +1,6 @@
gen:
python -m grpc_tools.protoc --proto_path schemas --python_out=. --pyi_out=. --grpc_python_out=. ./schemas/tasks.proto
rm -rf schemas
python generator.py queues
python -m grpc_tools.protoc --proto_path schemas --python_out=. --pyi_out=. --grpc_python_out=. ./schemas/queues/tasks.proto
run:
python ./server.py