Harry Pidcock
Harry Pidcock
> It would be interesting to see the impact of compression using gzip. Pretty much all the files we send over are already compressed, so enabling compression on the scp...
Will come back to this another time.
> Did you had a look at the woodpecker autoscaler. Its an external tool which is also watching agents and disabling them based on a specific condition. So I guess...
> func makeWrappedConstError(err error, format string, args ...interface{}) error { > separator := " " > if err.Error() == "" || errors.Is(err, &fmtNoop{}) { > separator = "" > }...