0.6.1 is a single database fix: the transaction-conflict retry is now jittered, so two ingests hitting the same rows - say, a manual run and the background watcher - stop colliding on every retry and make progress instead.
Highlights
- Transaction-conflict retries are jittered to break concurrent-ingest lockstep.