Jack Lindamood
Jack Lindamood
I can see the same issue trying to do a `go get -u X` for a private module hosted on github. Here are the results both with and without using...
@arschles you were right I've modifed my command to the following ``` time GONOSUMDB=github.com/X GOPROXY=https://athens.internal.X.ai go get -u github.com/X/Y ``` Inside my S3 bucket I see the files for the...
I think the delays go back to `/list` since I see these timings when I curl via helm, and I see the `/list` calls in my logs Athens: ``` <...
Reading a bit about the /list difficulties, is it possible to do all /list calls via proxy.golang.org first, and if that's a 404, then use private auth from the proxy's...
Maybe another actionable artifact is a FAQ around how to performantly run athens for private setups?
My first thought was to try something like this ``` downloadURL = "https://proxy.golang.org" mode = "async_redirect" download "github.com/COMPANY/*" { mode = "sync" } ``` But the problem is that the...
I am also interested in what alerting people use to make sure their self hosted github actions cluster is healthy.
Not stale
My use case: I work in infrastructure. My team is responsible for the health and availability of the self hosted runners. I would like to proactively know if something is...
Hi, Thank you for this thread! I was running into the same issue. I would expect an error log of some kind when disk issues happen and the images cannot...