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

fix for taric downloader behaviour when it exceeds retries count #212

Closed vspy closed 10 years ago

vspy commented 10 years ago

It was wrongly marking date as “missing” if it couldn't complete query for some date in few retries. Because of that import sometimes failed with RecordNotFound, as following updates may reference data contained in updates we mistakenly marked as “missing”. If not failed immediately this lead to inconsistent database state.