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 a5d29606e9
commit 02ff44a6f5
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