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

Split the rollback transaction by date #182

Closed matthewford closed 10 years ago

matthewford commented 10 years ago

We are seeing mysql locks with large rollbacks, splitting by date should reduce the chances of this happening.

We should be covered by the redis-lock preventing other processes using the db while this happens