feat: trace-level matching, health watcher/worker status, timezone config
This commit is contained in:
@@ -81,10 +81,10 @@ for cluster_id in sorted(set(labels)):
|
||||
VALUES (%s, 'face', 'auto', 'active', NOW(), %s)
|
||||
ON CONFLICT (name) DO UPDATE SET status = 'active', file_uuid = COALESCE(dev.identities.file_uuid, %s)
|
||||
RETURNING id
|
||||
""", (f"PERSON_{UUID[:8]}_{cluster_id}", UUID, UUID))
|
||||
""", (f"stranger_{UUID}_{cluster_id}", UUID, UUID))
|
||||
identity_id = cur.fetchone()[0]
|
||||
cluster_to_identity[cluster_id] = identity_id
|
||||
print(f" Cluster {cluster_id}: new identity {identity_id} (PERSON_{cluster_id})")
|
||||
print(f" Cluster {cluster_id}: new identity {identity_id} (stranger_{UUID}_{cluster_id})")
|
||||
|
||||
# Step 4: Create identity bindings
|
||||
print("Creating identity bindings...")
|
||||
|
||||
Reference in New Issue
Block a user