A simple approach for background task in Django
1. Introduction & Proof-Of-Concept
When there is a long running task, there are usually below 2 requirements:
As a user, I want to know the progress of the task
As a user, I want to get the output of the task if it is finished
We will use the out o...
ivanyu2021.hashnode.dev6 min read
Bukhari Auwal Idris
bukhari
I'm really impressed with the reason behind this, at the beginning i was like WTF will someone do that but yep using celery for one or two task is an ovverkill