Ian Kerins

Results 69 comments of Ian Kerins

> This might be unnecessary if we can provide a good enough asynchronous callback mechanism since dynamic modules can do whatever they want in the module including making outbound HTTP...

I repeated the experiment with the EC2 task using the `bridge` network mode, instead of `awsvpc`. This time its numbers look good: ``` # wget -q -O- ${ECS_CONTAINER_METADATA_URI_V4}/stats | jq...

Thanks for looking into this. AL2023+ARM is what we'd be using in production so it's what I reproduced with. I will try with AL2.

@sparrc my intuition would be to just delete the division here: https://github.com/aws/amazon-ecs-agent/blob/b3258c6f0a26c5b1b7d8a74ca191dca1a2e6fb55/agent/stats/task_linux.go#L107-L114 In the CDK stack I linked in the description, there are two containers added, but also there is...

Throwing in an @emilazy ping from the peanut gallery 🌞. Can you take another look at this?

I see. I only have the mostly unhelpful observation that it should be possible to either wrap or extend the standard AggregateError type to satisfy the project's typing requirements without...

I tried to fix this in #30317 but could not get a review before automation closed it. Trying again in #30716.