RetailMeNotSandbox / dart

Self-service data workflow management
MIT License
17 stars 12 forks source link

Notify user of unchanged task definition #122

Closed BenBlaisdell closed 7 years ago

BenBlaisdell commented 7 years ago

Updating a task definition when nothing has changed does not raise an exception, but taskDefinitionArn in the response will be None. Raise an exception to notify the user instead of saving None in the database.