Using Celery in Django
· β 3 min read
Scenario one: the company is preparing to push an email announcement to all employees. Using a wrapped mail library API and looping over every employee to push the emails will leave the main program stuck in the loop and unable to respond, which is not what we want β we want to be able to carry on with other operations normally after clicking execute.