Netflix-Skunkworks / Scumblr

Web framework that allows performing periodic syncs of data sources and performing analysis on the identified results
Apache License 2.0
2.64k stars 318 forks source link

Prevent tag validation exceptions #228

Closed sbehrens closed 6 years ago

sbehrens commented 6 years ago

There is a validation exception due to some logic on how we determine if a result already has tags. When the exception is raised the task hangs. I noticed that the exception should just be bypassed since the tags are still added. We should figure out why the validator is failed, but it's not a blocking exception. This wraps it in a being/rescue and results in the sync task finishing now.