Celery: Chain two groups and ignore the result of the first group

后端 未结 0 2017
青春惊慌失措
青春惊慌失措 2020-12-18 07:52

I have two groups of tasks. x is do some operation and y is notifying different people that x is done.

x = group([signatures])
y = group([signatures])
chain(x         


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