Bryan McLemore

Results 21 comments of Bryan McLemore

@raulolteanu-sudo Check out #189, the workaround at the end should help with that.

I've been able to work around this by upgrading to the latest versions of the aws-load-balancer-controller and enabling an feature flag to only look at loadbalancer types. Unfortunately, I had...

> I don't know if the operator should block annotations from triggering actions in the chosen cloud infrastructure. Maybe another option can be added to define which pod and service...

> Hi, we are also running into this issue. I'm happy to work on a PR to improve this behavior, but would like your opinion if you'd prefer to: >...

For me, when I added the `SentryAsgiMiddleware` to my fastapi app it resulted in exceptions being thrown on app shutdown. Transaction status was also not set properly due the generalist...

Any chance of a release?

> @Kaelten @arnaudmm @masteinhauser I think the latest release should include it: https://github.com/awslabs/amazon-ecs-local-container-endpoints/releases/tag/v1.4.0 > > Based on the fact that the release was cut after I merged the SSO PR....

> @Kaelten @arnaudmm @masteinhauser I think the latest release should include it: https://github.com/awslabs/amazon-ecs-local-container-endpoints/releases/tag/v1.4.0 > > Based on the fact that the release was cut after I merged the SSO PR....

> adding a TransferConfig of multipart_threshold=1 will work around this, in all except the pathological 0 byte file scenario. > > ``` > from boto3.s3.transfer import TransferConfig > threshold =...

I've been spending hours digging through libraries trying to get to a similar point, thanks much!