mirror of
https://github.com/langgenius/dify.git
synced 2026-02-22 19:15:47 +08:00
- Introduced atomic operations for updating and verifying subscription builders to prevent race conditions. - Added distributed locking mechanism to ensure data consistency during concurrent updates and builds. - Refactored existing methods to utilize the new atomic update and verification logic, enhancing the reliability of trigger subscription handling.