Hacker News new | ask | show | jobs
by nprateem 727 days ago
Another +1 from me then. I've had to litter my code with retries to recover from DB locks.
1 comments

That's rough. Is your code using transactions? If so, making sure you use `begin immediate` will help!