I have a small infrastructure plan that doesn't include Django. But, due to my experience with Django, I really like Celery. All I really need is Redis + Celery to do my project. Instead of using the local file system, I would like to save everything to Redis. My current architecture uses Redis for everything until it is ready to dump results on AWS S3. Admittedly, I have no great reason to use Redis instead of the file system. I just invested so much in architecture with Docker and scalability in mind, it feels wrong.
source share