K
K
kreativ_252021-09-28 13:28:27
Python
kreativ_25, 2021-09-28 13:28:27

How in celery you can bind the execution of functions?

How in celery you can bind the execution of functions so that the second function is strictly executed after the execution of the first function, the third after the 2nd function.

Without using django.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
V
Vladimir Kuts, 2021-09-28
@kreativ_25

Have you read Linking (callbacks/errbacks) yet ?

A
alternativshik, 2021-09-28
@alternativshik

Why can't you just call function 2 from function 1 and 3 from 2? The obvious choice...

D
Dmitry, 2021-10-07
@pyHammer

To do this, you need to use chains

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question