Celery `AsyncResult.state` hangs in `PENDING` (ubuntu)
Considering a task
Emails not recevied when using redis + celery + django
I’m trying to send emails by celery instead of the normal way to sending emails.
I use redis as a message broker technique,
I have install redis on specific server and I add those settings to my django app