internal-displacement icon indicating copy to clipboard operation
internal-displacement copied to clipboard

Deal with update_status errors

Open simonb83 opened this issue 7 years ago • 0 comments

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.

simonb83 avatar Mar 15 '17 23:03 simonb83