Parallelize worker batch processing
This commit is contained in:
@@ -14,6 +14,9 @@ DATABASE_MAX_CONNECTIONS=10
|
||||
# Redis
|
||||
REDIS_URL=redis://localhost:6379
|
||||
|
||||
# Worker 并发(每个批量任务内同时处理的文件数)
|
||||
WORKER_CONCURRENCY=4
|
||||
|
||||
# JWT(网站/管理后台)
|
||||
JWT_SECRET=your-super-secret-key-change-in-production
|
||||
JWT_EXPIRY_HOURS=168
|
||||
|
||||
Reference in New Issue
Block a user