ag-ui-protocol / ag-ui-protocol/ag-ui
[Feature]: Disable cleanup task and session tracking optionally
未關閉
enhancement
- 主要語言
- Python
- 星號
- 15.9k
- 分支
- 1.4k
- 平均合併
- 1 天 17 小時
- 30 天內合併 PR
- 163
描述
### Pre-flight Checklist
- [x] I have searched existing issues and this hasn't been requested yet.
### Problem or Motivation
When the session service is backed by a persistent DB and you want to keep sessions there having a background task that constantly checks for sessions to delete and retrieve the sessions from the DB adds unnecesary stress and load to the DB when no delete is going to be performed.
### Proposed Solution
Add a flag to disable the whole session cleanup task and the minimal tracking, leaving just the same-request tracking
### Alternatives Considered
_No response_
### Additional Context
_No response_
貢獻指南
評估
這個 Issue 還沒有評估資料。