Ben Moss

Results 40 issues of Ben Moss

#113 gives us better visibility into pod failures like invalid YAML or invalid Kubernetes objects This issue is an umbrella issue for thinking about other failure states that user might...

Via [prometheus/client_golang](https://prometheus.io/docs/guides/go-application/) probably. - Jobs processed - GraphQL query latency - API error rates - and more?

Saw this in [rails-docker-parallel-example](https://github.com/buildkite/rails-docker-parallel-example/blob/2c17004d591433946859190484f38626c43a3292/.buildkite/pipeline.yml#L12) Should we be setting this on our agents?

If we give the agent access via rbac to its own pod, it can use the Kubernetes API to query the status of other containers in its pod. This would...

Right now we only look at the first 100 scheduled builds, which is a pretty good simple approach, since as the builds are started we should see new ones appear...

Right now when you use `Expect(..).To(Equal(...))` and it uses go's DeepEqual function, it doesn't really help you find what is not equal. I just spent a bunch of time trying...

### Checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://github.com/prefix-dev/pixi/releases) of pixi, using...

bug

### Checklist - [X] I added a descriptive title - [X] I searched open reports and couldn't find a duplicate ### What happened? Using the `--update` flag seems to result...

With [this recipe](https://gist.github.com/benmoss/dfa5a177745ce0db656e11dfad752a18) in a folder, I run `rattler-build build` and get this error: ``` rattler-build build Error: × The output directory cannot be in the recipe directory. │ The...

Checklist - [x] Title of this PR is meaningful: e.g. "Adding my_nifty_package", not "updated meta.yaml". - [x] License file is packaged (see [here](https://github.com/conda-forge/staged-recipes/blob/5eddbd7fc9d1502169089da06c3688d9759be978/recipes/example/meta.yaml#L64-L73) for an example). - [x] Source is...

review-requested
python