How to deploy Django and Celery with Docker on 2 different servers
We will make a distributed system where the long running tasks are sent to another server where they are calculated. The results are stored in DB there, and you can easily check the state of your tasks by querying the database.