如何确保在组(http://docs.celeryproject.org/en/latest/userguide/canvas.html#groups)完成执行后任务自动运行?
问问题
220 次
1 回答
0
您需要使用“和弦”:
http://docs.celeryproject.org/en/latest/userguide/canvas.html#chords
第一个参数是子任务列表(组),第二个参数是当第一个参数中的所有子任务都完成处理时要调用的子任务。
于 2013-03-04T08:01:40.767 回答