Anton Gilgur
Anton Gilgur
> latest > This was introduced in #11665 Rather #11451 if you're on 3.5, since #11665 was the backport. > Seeing a lot of these errors: Is there a specific...
> We should check whether these errors are necessary. Maybe node was just not initialized yet. So if the node was not initialized yet, then there shouldn't be a call...
> It most likely is looking for the boundaryNode here. Might've missed a code link in "here"? > We can of course do an if statement on the boundaryID and...
Per my [previous](https://github.com/argoproj/argo-workflows/issues/12132#issuecomment-1792640194) [comments](https://github.com/argoproj/argo-workflows/issues/12132#issuecomment-1793517437), this message is generally* indicative of a bug somewhere. It can appear in many different places, so context is critical, e.g. if it happens on a...
> hi @sunyeongchoi , could you fix the DCO signature This still needs more work in any case, per above review. Also per my [last comment](https://github.com/argoproj/argo-workflows/issues/12025#issuecomment-1881912722) on the issue, Sun...
#11688 is more about the UI, so I think it's better to leave these separate, as UI and metrics have different implementations and may have different contributors as well.
> Although setting a RetryStrategy to the HTTP Template also works, it will increase scheduling overhead. I think this will have an impact on scheduling either way. > So, is...
> the pod itself for that step is in Completed state. So, to summarize, the Pod is "Completed" but the Step and the Workflow are both still showing as "Running",...
> * no idea how `git diff --exit-code` is supposed to produce a 0 for a change that DID happen for docs The diff is run _on top_ of your...
@isubasinghe this might make the `USE_NIX` check no longer necessary? If Nix is installing as a global dep, then this should work for it as well. If so, I can...