Use only one Redis key for the queue to make chunk size more precise for thread allocation

This commit is contained in:
2022-09-30 07:22:22 +01:00
parent 5992498493
commit 63081f68b7
7 changed files with 25 additions and 26 deletions

View File

@@ -1,5 +1,4 @@
import asyncio
import sys
from os import getenv
import uvloop