Integarting Celery with Django to asynchronous tasks
π
Integrating
π
Celery with Django via Redis server ,To-Do asynchronously
π
task without stopping the main-flow
π
of Django-project . It increase your speed
π
and user experience
π€΅
of website . This repo explain how to setup Celery,and integrate it with the Django-Framework.
Note : Steps to steup Celery on production-side is different
Celery package help us to asynchronous tasks on different worker
π₯οΈ
,That is on Redis server. The Celery also have some great features in scheduling
π
task after a certain period of time. The tasks are excuted on different server (Redis server), and are not run on Django-Server.If we run long and complicated tasks on django server it will reduced the efficiency of website
Modern users expect pages to load instantaneously
β‘
, to solve this we consider many solutions like multiprocessing, multithreading
π§΅
, asynchronous functions using async/await or the Message Queues.
Installation/Dependencies
Use the package manager pip to install the following modules and packages.
Dockerizing Django with Postgres, Gunicorn, Nginx and Certbot π Features A Django stater project with fully basic requirements for a production-ready
django Filer is a file management application for django that makes handling of files and images a breeze.
Owner
Rushi Patel
Python π and C++ developer | Competitive Programmer | Experienced in Full-stack developmentπ| Love β€οΈ to automate things | π Currently learning JavaScript β