I'm getting a lot of collisions, at least 5 on the last 100.000 generated UUID. Right now wea are checking that generated UUID with a redis instance, so if a collision happen, we can regenerate it.
The service has at least 2 instances always running.
the UUID is generated with
crypto.randomUUID()