Michael Hahn
Michael Hahn
I ran into this as well. At first I expected it to call onSuccess, so when fetching a specific user profile i tried to return that from local. Looking at...
Going to take a crack at this, thoughts here: https://empirepaas.slack.com/archives/stacker/p1477763587000502
since we publish the templates to an s3 bucket, maybe we add a "LOCKED" file that will prevent another user from updating the stack at the same time. when the...
Yea. Something I run into every once in awhile when developing a new blueprint is something goes wrong with the blueprint and I can't just re-run stacker since something else...
Probably related to: https://github.com/remind101/stacker/issues/8
I think with the new `Custom::EmpireApp` resource available in CF, you can easily setup your own cloudwatch alarms around an app via http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html
This seems to me more like a build server thing than a deploy thing. It seems like this goes against the concept of docker and ECS where you just say...
Yea, the database migrations make sense, i was speaking specifically to uploading assets to s3. not being able to configure a grace period within ECS does suck.
@ejholmes this should be done with https://github.com/remind101/empire/pull/836
Reopening this because it isn't currently working with the new empire daemon blueprints. We don't currently report any errors from publishing to the stream, so need to add that.