dify/api/controllers/console/workspace
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
..
__init__.py add more typing (#24949) 2025-09-08 10:40:00 +08:00
account.py feat: Refactor api.add_resource to @console_ns.route decorator (#26386) 2025-10-10 16:23:39 +08:00
agent_providers.py refactor: Migrate part of the console basic API module to Flask-RESTX (#24732) 2025-09-10 12:15:47 +08:00
endpoint.py refactor: Migrate part of the console basic API module to Flask-RESTX (#24732) 2025-09-10 12:15:47 +08:00
error.py fix: drop dead code phase2 unused class (#22042) 2025-07-17 09:33:07 +08:00
load_balancing_config.py feat: Refactor api.add_resource to @console_ns.route decorator (#26386) 2025-10-10 16:23:39 +08:00
members.py feat: Refactor api.add_resource to @console_ns.route decorator (#26386) 2025-10-10 16:23:39 +08:00
model_providers.py feat: Refactor api.add_resource to @console_ns.route decorator (#26386) 2025-10-10 16:23:39 +08:00
models.py feat: Refactor api.add_resource to @console_ns.route decorator (#26386) 2025-10-10 16:23:39 +08:00
plugin.py Merge remote-tracking branch 'origin/main' into feat/trigger 2025-10-10 19:43:23 +08:00
tool_providers.py Merge remote-tracking branch 'origin/main' into feat/trigger 2025-10-10 19:43:23 +08:00
trigger_providers.py feat(trigger): implement atomic update and verification for subscription builders 2025-10-12 21:27:38 +08:00
workspace.py feat: Refactor api.add_resource to @console_ns.route decorator (#26386) 2025-10-10 16:23:39 +08:00