v0.23.2 -> v0.23.3
Summary
Scheduled task firing no longer wipes sibling bindings that share the same skill name. The runtime now removes only the matched time binding and keeps the skill folder until every pending binding has fired.
翻譯
排程任務觸發後不再連帶清掉同 skill 名的其他綁定。runtime 只移除當下命中的時間綁定,等所有未觸發的綁定都跑完才把 skill 資料夾搬到 .Trash。Changes
FIX
- Scheduler removes only the matched task instance on fire and keeps the skill folder until all bindings complete (@pardnchiu) [8d582e9]
翻譯
- 排程觸發後僅移除命中的任務實例,等所有綁定都跑完才把 skill 資料夾搬走
Scope
internal/runtime/— FIX (task.go,scheduler.go)
Generated by SKILL