I have multiple celery worker apps that receive tasks from redis and each task fetches data and/or saves data from/to the database using Django Models.
import