Keith Duncan

Results 58 comments of Keith Duncan

`NSURLDownload` only runs in the default mode on its runloop, we’d have to run it in a background thread to avoid it pausing while you have a menu open, yep...

loljk the download delegate doesn’t work after all

It doesn’t look like Log Group retention can be [configured](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-Agent-Configuration-File-Details.html) in the [CloudWatch Agent](https://github.com/buildkite/elastic-ci-stack-for-aws/blob/master/packer/linux/conf/cloudwatch-agent/config.json) config 🤔 It wouldn’t be a backwards compatible change to start managing these existing Log Groups...

I agree this would be a good feature to add to the Makefile @woodhull, it’s not something I’ll have time to look into in the short term but would absolutely...

Hi @jl-applied, thank you for taking the time to open this issue 🙌 I don’t think this is something we’d look to change, nor would we look to support a...

While I noodle on the best way to support this, does [`BuildkiteAdditionalSudoPermissions`](https://github.com/buildkite/elastic-ci-stack-for-aws/blob/f8ce90fae0399180493236e12683bb51102538bc/templates/aws-stack.yml#L153-L156) help unblock you by allowing additional `sudo` permissions outside the one included for this command with strict path...

While looking into something else I found the [CloudWatch Agent](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-Agent-Configuration-File-Details.html) can be configured to report metrics including memory. In the meantime this configuration could be added using the `BootstrapScriptUrl` and...

> Could anyone describe how? Maybe I can use that? Do you have to relaunch the agent process somehow? Is there a signal to get it to re-read its configuration?...

There aren’t docs at this time. We’ve had success using [buildkite/image-builder](https://github.com/buildkite/image-builder) or packer to build on top of our base images and run `docker pull`. The resulting image can then...

Hi @ptarjan this is an interesting idea! I think the warm pool could provide equivalent functionality in terms of performance 🤔 Could you share some numbers on your pool `Min`...