mirror of
https://github.com/langgenius/dify.git
synced 2026-01-14 06:07:33 +08:00
- 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 | ||