mirror of https://github.com/langgenius/dify.git
- Changed session management in `TriggerProviderService` from `autoflush=True` to `expire_on_commit=False` for improved control over session state. - This change enhances the reliability of database interactions by preventing automatic expiration of objects after commit, ensuring data consistency during trigger operations. These updates contribute to better session handling and stability in trigger-related functionalities. |
||
|---|---|---|
| .. | ||
| trigger_provider_service.py | ||
| trigger_subscription_builder_service.py | ||