Remove create lock
This lock has created more trouble than it's prevented, namely by exacerbating creation loops under load. When an event isn't created, code usually keeps trying; duplicates should instead be addressed during execution.
Please register or sign in to comment