Design patterns for microservices and efficient handling of long-running tasks
I have developed a microservice in Python using bpy and Celery for rendering 3D models. I have questions regarding design patterns for such microservices and efficient handling of long-running tasks. Here are my specific questions: