I have a conceptual question: A bento is the small...
# ask-for-help
s
I have a conceptual question: A bento is the smallest unit of deployment and it consists of 1+ services and 1+ models. When I later run this bento in production it will be split into a process running the service and a processes (runner) running the model. If I now have a second bento that uses the same model (but with a different service), will it share the same runner as the first bento, or are these independent deployments?