Celery workers: são processos de trabalho que executam tarefas independentemente umas das outras e fora do contexto do seu serviço principal. Celery beat: é um agendador que orquestra quando executar ...
We are using this library in a celery background task, using celery. (through the sendgrid library, and actually django-celery-email). When errors happen with the sendgrid API (like a BAD REQUEST), ...