This commit is contained in:
nquidox 2026-02-18 15:53:29 +03:00
commit 25439eab5b
10 changed files with 185 additions and 0 deletions

5
README.md Normal file
View file

@ -0,0 +1,5 @@
# Task Processor V3
1. Requests tasks from source by gRPC
2. Sorts and sends tasks to certain handlers
3. Recieves tasks results and sends it back to source