broadside
broadside copied to clipboard
Bootstrap should detect task def changes
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, calling register_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.