Eric Holmes

Results 90 issues of Eric Holmes

I deployed something bad, ECS did the right thing and never stabilized, but my deployment stayed in a pending state forever. Should time that out after some sensible amount of...

bug
enhancement

The GitHub Deployments component would work better as a GitHub integration: https://developer.github.com/changes/2016-09-14-Integrations-Early-Access/ Primary advantages: 1. Webhook only needs to be setup on the integration, then the integration can just be...

enhancement

AWS recently announced Application Auto Scaling, which allows you to auto scale ECS services in response to CloudWatch metrics: https://aws.amazon.com/about-aws/whats-new/2016/05/amazon-ec2-container-service-supports-automatic-service-scaling We can use this issue to track ideas of how...

enhancement

Something I was thinking about a while ago. Some apps might want to be able to trigger long running one-off jobs, automatically as part of application logic. We could expose...

enhancement

This would be a pretty sweet feature if we could build it: attach to a running container from `emp ps`. Something like: ``` console $ emp exec bash -a ```

enhancement

Not a huge deal, but might be nice if it did the needful when you add the domain.

enhancement

Now that we have log streaming, it would be nice to also be able to write admin events into the apps log stream for things new deployment events, scaling, etc.

enhancement

Could be a nice alternative deployment method: https://github.com/docker/docker/blob/master/experimental/docker-stacks-and-bundles.md

enhancement

We've talked about this internally. There could be benefits to supporting multiple ECS clusters (say different clusters for different "products", different performance characteristics, or different security profiles). This is pretty...

enhancement

There's certain things that we should be doing on shutdown. For example: 1. Stopping any attached `emp run`'s 2. Anything else that's long running???

enhancement