One project I have downloads 32 plugins every time...
# docker
v
One project I have downloads 32 plugins every time I update the
meltano.yml
file in my Docker Container. The issue I have is 1 of these installs tends to fail for a random reason (normally network or something) and it's literally just one of these every time. Do you all layer on top of your old docker images instead of building fresh? That would fix my issue here I think as most of the time I'm only updating 1 extractor/loader and the other 31 don't need to change. Anyone else feel this pain?
Copy code
ENV PIP_RETRIES=120 PIP_TIMEOUT=400 PIP_DEFAULT_TIMEOUT=400
Helped dramatically for me