Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在运行 Celery 和 Flower,并使用 RabbitMQ 作为消息代理。当我没有正在运行的工作人员并开始一项任务时,它会坐在队列中,直到工作人员开始。然后,当我启动我的工作人员时,任务会按预期被消耗和执行。但是,当我尝试使用 Flower API 获取任务信息时,args 和 kwargs 为空。当我调用任务时我的工作人员已经在运行时,这种情况永远不会发生。为什么会这样,我该如何解决?谢谢。