Celery and RabbitMQ with Django
What is Celery?
Celery is a task queue for executing work outside a Python web application HTTP request-respond cycle. Celery can be defined as a task or process manager. It can execute tasks based upon demand or periodically using prioritization an...
hallucinations-in-llms-101-part-i.hashnode.dev4 min read