b13 / distributed-locks

Adds a Redis Locking Strategy for TYPO3 frontend page generation, useful on distributed systems with NFS.
GNU General Public License v2.0
12 stars 8 forks source link

Uncaught TYPO3 Exception: #1561445710 Could not acquire exclusive lock (blocking+exclusive) #13

Open bh-teufels opened 3 years ago

bh-teufels commented 3 years ago

I use reddis Cache for femanager user registration an get following error if users has the same IP. user get error "Too many attempts from this IP address. Try again later." in the frontend. in Backend Error log it says "Uncaught TYPO3 Exception: #1561445710 Could not acquire exclusive lock (blocking+exclusive)"

Is there a security setting or something which limits the connections from one IP? is it possible to deactivate or change the limit?

bmack commented 1 year ago

Maybe femanager uses locking as well, and should be less restrictive? The IP limitation definitively comes from that extension, not by distributed-locks