Django & Celery. Group not executing tasks in parallel

前端 未结 0 1950
轻奢々
轻奢々 2020-11-22 10:47

I\'m trying to execute some task with different arguments in parallel.


For example, I have this function:

def printRange(start, stop):
    for i         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题