dify/api/services/trigger
Harry bc0d5f4e41 fix(trigger): enhance subscription retrieval error handling in TriggerService
- Added exception handling for `get_subscription_by_endpoint` to return a 404 response when the plugin is not found and a 500 response for other errors.
- Improved overall robustness of the subscription retrieval process.
2025-10-17 14:43:43 +08:00
..
schedule_service.py refactor(trigger): Unify the Trigger Debug interface and event handling and enhance error management 2025-10-15 14:41:53 +08:00
trigger_provider_service.py fix(trigger): enhance credential encryption handling in TriggerProviderService 2025-10-16 15:07:05 +08:00
trigger_service.py fix(trigger): enhance subscription retrieval error handling in TriggerService 2025-10-17 14:43:43 +08:00
trigger_subscription_builder_service.py fix(trigger): trigger node is marked as 'branch' type 2025-10-17 13:37:46 +08:00
webhook_service.py improve webhook request headers 2025-10-17 11:27:48 +08:00