some-upgrades

This commit is contained in:
2022-08-13 19:19:16 +03:00
parent e4a1dad495
commit aba5e11522
11 changed files with 70 additions and 39 deletions

View File

@@ -53,7 +53,7 @@ class GitTask:
@staticmethod
async def git_task_worker():
print("[service.git] worker start")
print("[service.git] starting task worker")
while True:
task = await GitTask.queue.get()
try: