Edwin AyabieforEdwin's Thoughtsmadvirus.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
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
Edwin AyabieforEdwin's Thoughtsmadvirus.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
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