... group of signatures and pass the final result to a callback: >>> from celery import chord >>> sig = chord( group(multiply.s(i, i+5) for i in range(10)), ...
確定! 回上一頁