Jake Remitz

Results 8 comments of Jake Remitz

I had no idea that we could use `exclude_dirs`. We've been incorrectly using `exclude` within our yaml file for ages. Just noticed given our tests in CI were taking a...

It seems this thread is out of date. Since May, 2021, the Flink team has introduced [Reactive Mode](https://ci.apache.org/projects/flink/flink-docs-release-1.13/docs/deployment/elastic_scaling/#reactive-mode) with Flink `v1.13`. This supports [horizontal pod autoscaling](https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/) as long as it...

Yes, really the entire HPA definition for CPU/memory rules. I'm not overly familiar with the CRD structure. Can you reference existing API objects as complex structures for validation?

Possibly related to #75 We noticed the same thing opening up cross-account access via bucket policy. I was looking at https://stackoverflow.com/questions/43722678/amazon-s3-file-permissions-access-denied-when-copied-from-another-account to troubleshoot and using the command: ```bash aws s3...

Not sure but this change appears to have broken our Python 3.7 runs. We had tests getting skipped and now ~none~ a portion of them are. Still investigating root cause.

Definitely and I think I'm eating my words... we had a reduction in "skipped" tests, but the new ones were not previously skipped, they were two of the new rules...

Hey team - any update here? Backoff `v1.3.2` is from 2016. There are some missing features that we can't use because of this dated dependency.

Ah it looks like it was bumped to `v1.8.0` so this can be closed? Or bumped to yet a newer version within recent years? https://github.com/singer-io/singer-python/pull/103