Is it possible to enable parallelization of `pants...
# general
b
Is it possible to enable parallelization of
pants publish
for docker images? The
package
goal is being parallelized but not the publish part of it. Docker push is what slows us down a lot. The monorepo is producing around 30 container images and most part of the time is used in pushing the images. We managed to go around by making a shell script to run docker push in parallel manually instead of using pants. But it's suboptimal as I prefer to use one tool for the whole process.
h
It’s almost certainly possible, but it requires work. If you want to do that work we can help guide you!
a
I had thought of trying to implement it myself but it seems like a fairly involved change based on the discussion and I just haven't got the time at the moment to wrap my head around what is required.
b
Made a comment in the github issue. I'm willing to help!
👀 1