-
I am not sure if this an error yet, so I wanted to start a discussion first. In my pipelines and local (with docker-compose), I frequently see errors after proto tool installation. The installation seems to happen as a side effect of running any of my tasks. When running with
Ultimately, the inability to read the proto_cli file seems to kill the task, but it's seems weird that I see multiple tasks do this download. Specifically I see:
If it helps, part of the execution of |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
@nhomble What's the full command you are running, is it piping a bunch of moon commands? Since pipes run in parallel, it may be a race condition. |
Beta Was this translation helpful? Give feedback.
Yeah give 1.31.2 a try, since that uses file locks to avoid race conditions, which should help for these multi-process collisions.