Are flow and task UUIDs unique even across tenants...
# ask-community
m
Are flow and task UUIDs unique even across tenants and projects? How are they seeded and could we expect collisions of task ID’s between tenants or projects?
k
I will confirm with the team but I believe these have to be unique because they are keys in the database. Prefect generates one and assigns it to the task/flow
m
Hi Kevin. Any update on this?
k
Yes confirmed it is enforced on the database level and also we use UUID4 which are incredibly unlikely to collide