Oliver Bristow
Oliver Bristow
Tang is in the codebase around schedulers, is the covered now?
This seems very close to https://github.com/apache/incubator-heron/issues/1453 which I also think can be closed
It would be good to add to the README.md and docs of 19+ that 19.x is the last to support Python2 but will continue to be maintained.
@altaurog see #1634 for the next (19.8.0) release
*poke* is this satisfactory now?
Now I'm familiar, I can see I misinterpreted the documentation about being able to have multiple emails mapping back: > If `--people-dict` is specified, it should point to a text...
I tried a crude patch to limit MaxConnsPerHost, but it didn't fix it: ```diff diff --git a/pkg/artifactory/provider.go b/pkg/artifactory/provider.go index cb41084..6f10fcd 100644 --- a/pkg/artifactory/provider.go +++ b/pkg/artifactory/provider.go @@ -62,16 +62,21 @@ func...
@ahmetb building separate binaries for different platforms may not be much of an issue, go cross-compiling seems pretty good. I really like being able to list and download single binaries...
Thanks @ndeloof. I'm using `docker-compose.yml` manifests to store additional configuration/information that is required for the deployment environment I'm working with, `x-*` feels like a natural place for this, particularly as...
I'm happy with the improvements on here, so have un-drafted the PR