alphagov / trade-tariff-backend

Enabling the population and distribution via API of UK Customs tariffs and duties
MIT License
7 stars 6 forks source link

Prevent sending false success messages. #59

Closed saulius closed 11 years ago

saulius commented 11 years ago

This prevents false success emails from being sent. 'applied' notification would never contain an exception as it is being caught inside the update application loop. Notifications about failed updates are being sent by other notifications so there is no reason to duplicate that.

Success email will be sent only if there will be no pending or failed update after update application process.