I am trying to run around Django and Celery. I just using sample program and get stuck in Status of the Tasks. I am not sure, if I doing any wrong with configuration, but everything seems to follow all the steps. Also the Backend and Workers is working properly. In case, I want to get the status of the Q-tasks so that it's easy to identify whether the Job is "Running", "Success", or "Failure". But I end up with the status always "PENDING" and "SUCCESS" in case of Success.
Sample Sum for Worker
Job 1st Check Status --> Always Pending
Check Status from AsynChronization --> Also Always Pending or Success in Case of complete