-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Bootstrap should detect task def changes #82
Comments
not sure what this means exactly? you want to register a new task definition anyways when people |
calling |
do you mean "if you run bootstrap twice, it SHOULD update the task definition?" FWIW any kind of deploy will update the task definition to match the configuration; it's only |
i am in favor of the idea that running |
Yes. Which, apparently, everything else does?
I didn't actually notice that when I was poking around, but that actually kind of makes the current |
re: your other comment, I haven't thought much about it, but it does seem like |
how about this behavior: |
presumably you mean "if bootstrap fails to create the service AND already created a task definition"? |
yea |
i meant to answer "sounds good to me as long as it sounds good to marc, he seems to have a clearer grasp of the use case |
Right now, the bootstrap command detects if there is a most-recent task definition, but only tries
register_task_definition
if there is nonesuch. In reality, callingregister_task_definition
creates a new version of the task definition; it'd be likely useful to detect this, because...quite frankly, most people are going to mess things up at least once.The text was updated successfully, but these errors were encountered: