Celery Taskları RAM’de Schedule Etmek
Merhabalar, yaptığım küçük bi iş sonucunda müşterim benden küçük bir Redis sunucusunu hemen ayağa kaldırmak yerine Celery tasklarını memory’de çalıştırıp çalıştıramayacağımızı sordu. Denedim ve sonucun…
Merhabalar, yaptığım küçük bi iş sonucunda müşterim benden küçük bir Redis sunucusunu hemen ayağa kaldırmak yerine Celery tasklarını memory’de çalıştırıp çalıştıramayacağımızı sordu. Denedim ve sonucun…
I wondered how to use the Django setting variables inside a <script> tag in an HTML template in one of the projects. In this post,…
In Django projects, we ship our long-running tasks in Celery and sometimes unfinished tasks require a retry mechanism. For a long-running task, a user will…
A log is created around when any type of event discretely occurs in a software system. A customer making a payment in the checkout or…
Throttling is a way of controlling the way your system resources are used. Throttling is generally set temporarily on the resources used by the end…
There are two fields in Django that take upload_to parameter. With this parameter, you can define to which folder your files will be persisted. There…
As it is written in the docstrings of deconstructible, this decorator allows your classes to be serialized by the migrations subsystem in Django. What does…
I searched how to write a single file Django app so I can test Django features fast. I searched the internet and found the safest…
Hello, in this article I will show you how to implement Facebook social login into your web application. Before start, I need to inform you…
When people start Django development, many of them encounter the word “WSGI” and most of them still don’t know what WSGI is and stands for…