Delayed subtask in django-celery -


this code:

add.apply_async((1, 2), countdown=5, link=delete.subtask()) 

how can add custom delay on delete subtask passing result of add task parameter?

is possible syntax/format?

ok, i've found solution

add.apply_async((1, 2), countdown=2, link=delete.subtask((), countdown=10))


Comments

Popular posts from this blog

android - getbluetoothservice() called with no bluetoothmanagercallback -

sql - ASP.NET SqlDataSource, like on SelectCommand -

ios - Undefined symbols for architecture armv7: "_OBJC_CLASS_$_SSZipArchive" -