fixed batching and waiting priority plus cleanup

This commit is contained in:
Boki 2025-06-11 12:56:07 -04:00
parent e4d5dba73a
commit 6fb98c69f2
6 changed files with 121 additions and 155 deletions

2
.env
View file

@ -10,7 +10,7 @@ LOG_LEVEL=info
DATA_SERVICE_PORT=2001
# Queue and Worker Configuration
WORKER_COUNT=5
WORKER_COUNT=4
WORKER_CONCURRENCY=20
# ===========================================