Production time loss to me means you're deploying ...
# plugins-general
v
Production time loss to me means you're deploying somewhere that's ephemeral. ie a container. If you are using a container, then why not run
meltano install
as a portion of your Docker file? That would prevent that from having to get built every time the production job runs. If you're running in production I'd probably try to version pin as well 😄