feat(worker-service): draft

This commit is contained in:
Benexl
2025-07-29 02:02:32 +03:00
parent ee52b945ea
commit 25812b6562
9 changed files with 284 additions and 0 deletions

View File

@@ -36,6 +36,8 @@ commands = {
"download": "download.download",
"update": "update.update",
"registry": "registry.registry",
"worker": "worker.worker",
"queue": "queue.queue",
}