Data4Democracy / internal-displacement

Studying news events and internal displacement.
43 stars 27 forks source link

Deal with update_status errors #111

Open simonb83 opened 7 years ago

simonb83 commented 7 years ago

In Pipeline.process_url we make multiple calls to article.update_status().

The update_status method may raise UnexpectedArticleStatusException if it appears that the status has been changed in the meantime.

process_url should be prepared for dealing with this exception.