Eric Holmes
Eric Holmes
It would be handy, for monitoring, if procs that are designated as "scheduled", would be tagged as such with a docker label (maybe `empire.app.process.scheduled=true`?)
This needs to be investigated further with a consistent repro, but it looks like a malformed scheduled task can cause the stack to enter a ROLLBACK state, resulting in some...
It's a huge piece of low hanging fruit, since it's N+1 with the number of processes defined in an app https://github.com/remind101/empire/blob/master/scheduler/cloudformation/cloudformation.go#L815-L837. It's easy to parallelize. Someone should do this.
This will likely replace what we've used Conveyor for. It'd be cool to have an integration to auto-build images on demand, like we do for Conveyor.
CloudFormation has a couple distinct phases: 1. **Update**: Existing resources are updated, or, if a replacement is required, created. 2. **Cleanup**: Any irrelevant resources are cleaned up. Say, for example,...
It'd be nice to be able to attach/detach certs to processes via the Custom::EmpireApp resource.
Readme hasn't been touched in a long time. It's long winded, and mostly outdated. Should revamp this before a 1.0 release.
Switching to the extended Procfile can cause negative development side effects, if you are, for example, using foreman, which won't know how to read the extended Procfile format. An easy...
When creating new ALB's we should set `deletion_protection.enabled`. If a process gets removed from the Procfile, then the stack update will fail, and you would need to manually disable deletion...
Would be cool to have an integration with [Clair](https://github.com/coreos/clair/blob/master/Documentation/api_v1.md) to prevent deployments of containers that have known vulnerabilities.