Way to make a task issue success only when all the children tasks have finished successfully?

后端 未结 0 1185
一个人的身影
一个人的身影 2020-12-22 05:01

all,

I have a question regarding Celery. Let’s suppose I have the following Celery tasks:

@celery_app.task
def add(x, y):
    return x + y


@celery_ap         


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