Skip to content

have sqlite recover from a corrupt db

Compare
Choose a tag to compare
@truthordata truthordata released this 05 Dec 18:56
· 68 commits to main since this release

Sometimes, thing just happen, and the sqlite dict becomes corrupt. Added a feature to automatically delete it and kill the application so that it will rebuild upon restart.

Also added a producer poll operation during table recovery so the logs do not get spammed with authentication errors during long recovery times with Oauth clients.