top | item 40688723

(no title)

anze3db | 1 year 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

discuss

order

nprateem|1 year ago

Another +1 from me then. I've had to litter my code with retries to recover from DB locks.

anze3db|1 year ago

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