-333 read lock error following Content Version Cle...
# help-with-umbraco
s
Hi all, has anyone come across the background Content Version Cleanup job timing out and blocking other processes? On a 13.5.1 project on a biggish site (~3000 pages) that has started getting a timeout error every hour during the content cleanup (which I guess is getting bigger and bigger). Its having the effect of causing intermittent -333 read lock errors for content editors (Don't know what the chicken and the egg is here, so could be that the -333 read lock is blocking the clean up job)
b
hi, we had a similar issue, large site + countless(~50) languages used with language variants, and ended up with a solution where we overwrote the built in ContentVersionService, so that this part (https://github.com/umbraco/Umbraco-CMS/blob/ee37ad0f4b1b952eb180c582e9954d35eafc013b/src/Umbraco.Core/Services/ContentVersionService.cs#L175) can be configured from the appsettings to run in smaller groups/batches, all the way down to 10 (you can play with the number obviously).
s
Thanks for this @Balázs Kerper I'll give this a go 🙌
25 Views