Patrick Robinson

Results 27 comments of Patrick Robinson

Agree, we have never synced a group or user before, but roles is required for every cluster we manage. Direct usage of IAM users is not AWS best practices anyway.

> in that case scalability is not a problem, Bullmq can process easily 5k jobs per second, you just need to add more workers and increase concurrency to meet your...

I have the same issue, but only on Safari. I litterally copied a working config from Chrome.

If you already have the "uninitialized constant Gem::BundlerVersionFinder" problem, you cannot execute chef doctor or chef migrate-gems, since even that already fails.

I thought I did. I guess I didn't include the import, but otherwise it's really just the two lines I mentioned. ```typescript import { DescribeInstanceTypesCommand } from "@aws-sdk/client-ec2"; let type:...

When you make massive, and ultimately incompatible changes, you should design a version scheme that differentiates those from the everyday, compatible additions & security fixes, not to mention actually explaining...

Yeah, same issue, and limiting helm provider to < 3.0.0 fixes that, so it is not a template, but a helm provider issue. Executing helm locally, even in newest version,...