Cody Gibb
Cody Gibb
My 2c -- probably the easiest way to do this is by implementing a [backend.Client](https://github.com/uber/kraken/blob/master/lib/backend/client.go#L48) (to be used by build-index to fetch tags) which strips the namespace prefix from the...
I've linked to this issue from the skipped tests. You can find them by grep-ping against this issue url.
Is the origin cache warm (i.e. did you push the image through proxy first)? There will be a hang if the agents have to wait for the origin to lazily...
That depends on configuration. Are you just using the defaults?
This is what you were asking about btw (lib/torrent/scheduler/config.go): // ConnTTI is the duration a connection will exist without transmitting any // needed pieces or requesting any pieces. ConnTTI time.Duration...
Note, I believe the root issue here is actually in another repo: https://github.com/stoplightio/json-schema-viewer/issues/108