Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/341.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python 芹菜中多树根依赖图的表示_Python_Rabbitmq_Celery_Dependency Graph - Fatal编程技术网

Python 芹菜中多树根依赖图的表示

Python 芹菜中多树根依赖图的表示,python,rabbitmq,celery,dependency-graph,Python,Rabbitmq,Celery,Dependency Graph,假设我有两棵树,它们依赖于一个公共任务T: A X / \ / \ B C Y Z \ / T 我如何用芹菜原语(chain,group,chord,chunk等)来表示这种依赖关系 (遗憾的是,没有足够的点数来创建芹菜标签,如果有人能帮忙,我将非常感激)芹菜标签已经存在。我已将其添加到您的Qcelery标签中。我把它加到你的Q里了

假设我有两棵树,它们依赖于一个公共任务T:

  A       X
 / \     / \
B   C   Y   Z
     \ /
      T
我如何用芹菜原语(
chain
group
chord
chunk
等)来表示这种依赖关系


(遗憾的是,没有足够的点数来创建芹菜标签,如果有人能帮忙,我将非常感激)

芹菜标签已经存在。我已将其添加到您的Qcelery标签中。我把它加到你的Q里了