Hacker News new | ask | show | jobs
by anze3db 727 days ago
I'm not a Django core dev, but I have managed to get my changes merged into Django already (the transaction_mode setting in 5.1 was my contribution).

Carlton does seem to be onboard with my idea[0], so I'm optimistic that we can make it happen. Comments like yours will help me make my case so thank you for that!

[0] https://fosstodon.org/@carlton/112605212812578926

1 comments

Another +1 from me then. I've had to litter my code with retries to recover from DB locks.
That's rough. Is your code using transactions? If so, making sure you use `begin immediate` will help!