IATI / refresher

A Python application which has the responsibility of tracking IATI data from around the Web and refreshing the core IATI software's data stores
GNU Affero General Public License v3.0
2 stars 0 forks source link

Validate stage of Pipeline crashes when processing two files that can't be validated #320

Open simon-20 opened 7 months ago

simon-20 commented 7 months ago

Brief Description We've observed three times that the validate stage of the Pipeline crashes when it encounters the two files that are causing validation problems, see here: https://github.com/IATI/js-validator-api/issues/544

Normally, the validate stage of the Pipeline just times out, and passes over these files. But three times last week it crashed and hung, and as a result, stopped all data from proceeding through the Pipeline.

Not yet sure why this crash sometimes occurs.