Ubaydah Abdulwasiuubaydah.hashnode.net·Jun 25, 2022Handling background tasks in Django using Redis and CeleryObjectives Build an Order service with Django Introduce Redis and its benefits Successfully Set up a Redis instance in the Redis lab Connect celery and Redis and run background tasks successfully Deploy the API to Heroku and run it successfully in...Osinachi Chukwujama and 1 other are discussing this2 people are discussing thisDiscuss·56 likes·1.3K readsRedis
Edwin Ayabiemadvirus.hashnode.net·Mar 25, 2023Scheduled Tasks in DjangoWhen building applications, the need for certain background tasks comes into place. Some of these tasks may be sending emails on a schedule, updating a model field or something else In Django, we have several options to settle this need but our main ...Discuss·11 likes·38 readscelery
Gaurav SharmaforDev.Junctiondevjunction.hashnode.net·May 22, 2022How to set up Celery in a Django project?Introduction: This is the second part of this blog series where we are learning to use Celery in a Django project, check out the full series here. In this blog, we are going to learn how to set up Celery & our Task broker in a Django project. We’ll b...Discuss·10 likes·282 readsLearn CeleryDjango
Edwin Ayabiemadvirus.hashnode.net·Mar 25, 2023Scheduled Tasks in DjangoWhen building applications, the need for certain background tasks comes into place. Some of these tasks may be sending emails on a schedule, updating a model field or something else In Django, we have several options to settle this need but our main ...Discuss·11 likes·38 readscelery
Kamal Mustafak4ml.hashnode.net·Feb 16, 2023Testing Pyramid app - Changing settings for function under testToday I was fixing one of our Pyramid app's test. Due to some changes in business logic, I need to change some settings for this particular test to pass. Should be a straightforward fix. We're using pytest to run the tests and our conftest.py resembl...Discuss·31 readsDebuggingFeb
SumitforFor Devs By Devsfor-devs-by-devs.hashnode.net·Jan 1, 2023Reduce response time in Django ViewsMost of us might have faced the problem of our Django views running too slow with response times taking longer than 10 sec. Sometimes we might also get a HTTP 408 error meaning "The request was timed out" which makes the user experience worse. In som...Discuss·44 readsdjango-background-tasks
Gopal Hegdegplhegde.hashnode.net·Nov 6, 2022Distributed Locks for Django Celery TasksIf you are putting asynchronous(background) tasks in a Django application, Celery is the go-to option without second thoughts. I tried to outline some considerations around production-ready celery tasks in one of the posts. In this post, we will lear...Discuss·3 likes·137 readsDjango
Gopal Hegdegplhegde.hashnode.net·Oct 16, 2022Using Celery in Django Production SetupIntroduction It is not rare for a Django web application to contain one or more asynchronous Celery tasks, whether periodic or sporadic. Asynchronous tasks handle time-consuming user requests such as sending emails in the background so as to prevent ...Discuss·3 likes·222 readsDjango
Akshay R Rakshayrr.hashnode.net·Oct 15, 2022Message Brokers, Message Queues, and WorkersMessage Broker: A message broker is software that enables applications, systems, and services to communicate with each other and exchange information. They can validate, store, route, and deliver messages to the appropriate destinations. They ser...Discuss·2 likes·79 readsakshayrr
Sm0keapp-generator.hashnode.net·Oct 14, 2022Django Tasks Manager - Free PyPi LibraryHello Coders! This article presents an open-source sample that explains step-by-step how to use Django Tasks Manager library in a new project. The commits are made to highlight each step of the implementation starting from an empty directory up to t...Discuss·38 readsDjango
Sm0keapp-generator.hashnode.net·Oct 12, 2022Django & Celery - Open-Source Tasks ManagerHello! This article presents an open-source Tasks Manager powered by Django and Celery. The product can be used to execute background tasks that are usually time-consuming in full control: start, cancel the execution, view output, and runtime logs o...Discuss·75 readsDjango
Abhishek Mishrastalwartcoder.hashnode.net·Sep 28, 2022How to Build a Scalable Streaming App with Django, Celery & YugabyteDBWhen building real-time applications, there are many database options to choose from. If you’re looking for a high-performance database that can handle large-scale data, YugabyteDB is a great option. It’s a distributed SQL database that lets you easi...Discuss·2 likes·65 readsDjango
Ubaydah Abdulwasiuubaydah.hashnode.net·Jun 25, 2022Handling background tasks in Django using Redis and CeleryObjectives Build an Order service with Django Introduce Redis and its benefits Successfully Set up a Redis instance in the Redis lab Connect celery and Redis and run background tasks successfully Deploy the API to Heroku and run it successfully in...Osinachi Chukwujama and 1 other are discussing this2 people are discussing thisDiscuss·56 likes·1.3K readsRedis