Skip to content Skip to sidebar Skip to footer
Showing posts with the label Django Celery

How Can I Render Html Page Of Django After The Background Celery Task Is Completed

Problems: I am using rabbitmq server with celery I need to run multiple tasks in the background. T… Read more How Can I Render Html Page Of Django After The Background Celery Task Is Completed

Module Can't Be Installed In Django Virtual Environment

I used pip install django-celeryand pip3 install django-celery in Pycharm. After that I use import … Read more Module Can't Be Installed In Django Virtual Environment

How To Pause Or Resume Celery Task?

I am having a requirement in my project where customer can pause or resume process which are pendin… Read more How To Pause Or Resume Celery Task?