Celery task that runs more tasks

后端 未结 4 1447
渐次进展
渐次进展 2021-02-04 23:38

I am using celerybeat to kick off a primary task that kicks of a number of secondary tasks. I have both tasks written already.

Is there a way to easily do this? Does Ce

4条回答
  •  半阙折子戏
    2021-02-05 00:31

    And since version 3.0 'TaskSet' isn't the term anymore... Groups, Chains and Chords as a special type of subtask is the new thing, see http://docs.celeryproject.org/en/3.1/whatsnew-3.0.html#group-chord-chain-are-now-subtasks

提交回复
热议问题