Skip to content

Add error recovery for package metadata sync

Igor Frenkel requested to merge ifrenkel/440847-recover-errors-during-sync into master

What does this MR do and why?

During sync any error will cause SyncService to terminate prematurely. Certain errors (like ArgumentErrors) are recoverable and should be caught and logged.

Related: Make package metadata parsing errors recoverable (#440847 - closed) • Igor Frenkel • 16.10 • On track

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

How to set up and validate locally

See steps to reproduce in the related issue.

Edited by Igor Frenkel

Merge request reports