graphsense / graphsense-lib

A central repository for python utility functions and everything that interacts with the graphsense backend. Its CLI interface can be used to control important graphsense maintainance tasks.
MIT License
7 stars 1 forks source link

Add retry on writes for delta updates #5

Closed soad003 closed 1 year ago

soad003 commented 1 year ago

we sometimes get temporary write timeouts. If we fail on those immediately this can lead to a inconsistent database state.

Since most write timeouts are temporary it would be great add retrys to avoid this kind of failure.