dify/api/services/trigger
Harry cca48f07aa feat(trigger): implement atomic update and verification for subscription builders
- 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.
2025-10-12 21:27:38 +08:00
..
schedule_service.py move schedule service to trigger sub dir 2025-10-02 00:24:32 +08:00
trigger_debug_service.py refactor(trigger): update API and service to use 'event' terminology 2025-10-10 15:48:42 +08:00
trigger_provider_service.py feat(trigger): enhance trigger subscription handling with credential support 2025-10-11 21:12:27 +08:00
trigger_service.py fix(trigger): improve trigger subscription query with AppTrigger join 2025-10-12 19:24:54 +08:00
trigger_subscription_builder_service.py feat(trigger): implement atomic update and verification for subscription builders 2025-10-12 21:27:38 +08:00
webhook_service.py refactor(trigger): unify debug event handling and improve polling mechanism 2025-10-08 17:31:16 +08:00
workflow_plugin_trigger_service.py refactor(trigger): remove unnecessary whitespace in trigger-related files 2025-10-11 12:44:54 +08:00