Hi, thanks for the response!
I figured the monorepo leaning would be strong here, but I’m trying to weigh all my options. We’re building Python services that communicate over RabbitMQ and rely heavily on Celery for background tasks. Each service, including the Celery workers, is deployed individually to allow for independent scaling based on load. Currently, we don’t have a shared library or private package repository, which makes updates across projects cumbersome. To address this, I’m considering either adopting a monorepo for centralized code reuse or building a private library to deploy and access via pip.