jxxghp
|
e1509c4e0d
|
refactor: reorganize startup persistence boundaries
|
2026-08-23 21:24:34 +08:00 |
|
InfinityPacer
|
e1d7918297
|
fix(runtime): 收口调度与事件异步任务生命周期 (#6415)
|
2026-08-23 17:17:59 +08:00 |
|
jxxghp
|
cd97b1300a
|
fix(scheduler): close async task lifecycle
|
2026-08-23 15:41:07 +08:00 |
|
jxxghp
|
5d9c6c8b19
|
refactor: expand runtime contracts and debt ratchets
|
2026-08-22 08:25:36 +08:00 |
|
 jxxghpandCodeBuddy Code
|
233e8c688a
|
test(scheduler): 移除对 clear_cache provider_name 的冗余断言
该字段未被实现显式设置,测试应仅校验 clear_cache 的 manual 语义。
Co-Authored-By: CodeBuddy Code <hy3@tencent.com>
|
2026-08-17 14:01:02 +08:00 |
|
jxxghp
|
72f5667927
|
refactor(scheduler): 缓存清理改为仅手动执行
移除 clear_cache 的 add_job 注册,不再自动定时执行。
在 _jobs 中标记 manual=True 并补充 provider_name,
list() 新增手动任务展示段,未调度的手动任务也能在 UI 中显示和手动触发。
|
2026-08-17 13:38:01 +08:00 |
|
jxxghp
|
252f0f986f
|
fix(scheduler): 恢复缓存清理定时任务注册
commit 4b1df72a 移除了 clear_cache 的 add_job 调用但保留了 _jobs 定义,
导致任务在 UI 中不可见、无法手动执行。现以固定 24 小时间隔重新注册,
不再绑定 META_CACHE_EXPIRE。
|
2026-08-17 13:33:32 +08:00 |
|
InfinityPacer
|
4e47cce5f2
|
fix(runtime): prevent implicit scheduler startup (#6337)
|
2026-08-16 19:48:22 +08:00 |
|
jxxghp
|
4b1df72a4a
|
refactor(cache): simplify recognition cache persistence
|
2026-08-06 07:48:43 +08:00 |
|