Skip to content

pipeline storage: Add retry behavior on flushing failures

Currently, wrong "hash collisions" are happening a lot on ingestion [1] [2] [3] The last loading step (flush) is failing on most loaders (git, npm, etc...).

This commits adds the retry behavior to the flush method. Which should decrease the frequency of that error.

The remaining hash collisions which won't subside should be then real hash collisions.

Test Plan

tox


Migrated from D2603 (view on Phabricator)

Merge request reports