yumoqing 9da343b2e1 fix: use uuid4 instead of getID() in DSPY to avoid nanoid collision under concurrency
Two getID() calls per request (DSPY + uapi_request) under 200 concurrent
caused nanoid random state corruption → 34% duplicate IDs → IntegrityError.
uuid4 uses OS entropy, independent of nanoid state.
2026-07-31 16:30:49 +08:00
..
2025-08-29 21:29:25 +08:00
2026-05-19 16:21:23 +08:00
2026-07-21 11:11:48 +08:00
2026-03-18 11:40:00 +08:00
2026-05-16 15:14:31 +08:00
2026-05-08 10:54:33 +08:00
2026-04-27 10:41:15 +08:00
2026-04-05 16:02:45 +08:00
2026-04-10 16:48:33 +08:00
2026-03-30 12:04:24 +08:00
2026-03-30 16:07:52 +08:00
2026-03-18 13:42:40 +08:00
2026-03-27 13:20:16 +08:00
2026-04-08 17:28:32 +08:00
2026-03-29 17:28:39 +08:00