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.
我有一项任务是检查 url 速度,但我希望由不同服务器中的多个 celery 工作人员执行。我希望多个工作人员检查相同的 url。
我怎样才能做到这一点?
如果你能设置ignore_result=True. 尝试广播
ignore_result=True
如果不能,请检查路由任务并将任务多次发送到不同的队列,例如不同的 IDC 和相应的工作人员。