內部我想使用一組(或組塊)一個鏈內,如: chain(getRange.s(3), GROUP() , xsum.s())
GROUP()哪裏是一組double()任務,即group(double(0),double(1),double(2))。 在How to chain a Celery task that returns a list into a group?中發佈了類似的問題,但未解
我有一個django芹菜視圖,它執行某些任務,並在任務完成後成功將其寫入數據庫。 我這樣做: result = file.delay(password, source12, destination)
而且, if result.successful() is True:
#writes into database
但是任務已完成執行後不進入,如果condition.I試圖用re
在爲celeryd的多文檔,我們發現這個例子: # Advanced example starting 10 workers in the background:
# * Three of the workers processes the images and video queue
# * Two of the workers processes the data queue with l