Nov 10, 2020
Hi there, Akul. Not sure exactly what you mean by that.
When we ran “celery -A celery_tutorial.celery worker — loglevel=info” we picked up and ran the task.
Now, it’s up to you to create the code for more complex tasks (depends on your use case) and then deploy the celery server (probably on some cloud infrastructure) that listens for tasks.
In any case, when you deploy, you’ll want to use a command like “celery -A celery_tutorial.celery worker — loglevel=info” to get the server started.