Python 芹菜版本4在windows中不同时处理多个任务

Python 芹菜版本4在windows中不同时处理多个任务,python,flask,redis,rabbitmq,celery,Python,Flask,Redis,Rabbitmq,Celery,我正在windows上使用以下命令运行芹菜工人: celery worker -A celery_app -l info -P gevent 在python代码中,配置设置为 app.config.worker_prefetch_multiplier = 1 app.config.task_acks_late = True 每当芹菜工人收到任务时,它就会启动另一个windows应用程序。因此,当启动应用程序并向芹菜工人发出另一个请求时,运行windows应用程序的任务会阻止第二个请求 芹菜工

我正在windows上使用以下命令运行芹菜工人:

celery worker -A celery_app -l info -P gevent
在python代码中,配置设置为

app.config.worker_prefetch_multiplier = 1
app.config.task_acks_late = True
每当芹菜工人收到任务时,它就会启动另一个windows应用程序。因此,当启动应用程序并向芹菜工人发出另一个请求时,运行windows应用程序的任务会阻止第二个请求

芹菜工人日志显示并发:64(gevent)

有什么方法可以让我同时处理第二个请求吗


 -------------- celery@test_host v4.4.7 (cliffs)
--- ***** -----
-- ******* ---- Windows-10-10.0.14393-SP0 2020-09-16 20:06:20
- *** --- * ---
- ** ---------- [config]
- ** ---------- .> app:         celery_app:0x28a0f8f72e8
- ** ---------- .> transport:   amqp://test:**@10.1.9.159:5672/test_host
- ** ---------- .> results:     redis://10.1.9.159:6379/0
- *** --- * --- .> concurrency: 64 (gevent)
-- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker)
--- ***** -----
 -------------- [queues]
                .> celery           exchange=celery(direct) key=celery