all,
I have a question regarding Celery. Let’s suppose I have the following Celery tasks:
@celery_app.task def add(x, y): return x + y @celery_ap