Celery task chain should execute it once per API request
Lets say we have a python web app using fastapi and celery(5.4). After the user request comes I want to execute celery task in this order
Lets say we have a python web app using fastapi and celery(5.4). After the user request comes I want to execute celery task in this order