I have recently deployed a Django app. The app uses a Redis server and a celery worker to send emails and celery-beat to perform some scheduled tasks. I am unable to find a proper doc that explains how to set up redis + celery worker for a django app in digitalocean. Please explain how to do this setup
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hello, I’ve been trying to sign up on the platform but it has not been working at all please how can this be rectified
Hi there,
I could suggest starting with the following:
https://www.digitalocean.com/community/tutorials/how-to-install-and-secure-redis-on-ubuntu-20-04
https://www.digitalocean.com/community/tutorials/how-to-set-up-django-with-postgres-nginx-and-gunicorn-on-ubuntu-16-04
For more information I could suggest the Celery official docs on how to get started with Celery and Django:
https://docs.celeryq.dev/en/stable/django/first-steps-with-django.html#using-celery-with-django
Let me know if you have any questions!
Best,
Bobby