I'm reading around on the topic of
# social
h
I'm reading around on the topic of background tasks in Umbraco and I wondered, has anyone seen a good article/doc somewhere that talks about Umbraco context/scope provider and locking issues? 👀 I feel like it would be a good topic to demystify...
s
I know there's a lot of things being discussed in this issue https://github.com/umbraco/Umbraco-CMS/issues/14195 Specifically this comment is interesting: https://github.com/umbraco/Umbraco-CMS/issues/14195#issuecomment-1958889246 > Our locking system allows multiple readers at the same time, but the write lock is exclusive and must wait for all readers to complete, and all subsequent locks wait until it completes. What happens when this error shows up, is that some scope is holding a read or write lock.
h
Thanks @Sebastiaan! I recall reading that thread the last time I ran into the -333 locking issue but had lost it. I'll have a good read.
10 Views