fix: resolve issue #96 - #97
Open
Jackkp0t wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
改动说明
修复计划自动化规则在同一计划日期可能重复执行的问题。
ruleId + scheduled occurrence,应用重启后仍可识别已处理任务。关联 Issue
Closes #96
测试报告(正式审核前必填)
环境
实际执行命令与结果
已知失败 / Baseline(如有)
无。
UI 截图(仅可见 UI 变化时必填)
Before(适用时)
不适用(无可见 UI 变化)。
After(适用时)
不适用(无可见 UI 变化)。
Scope / 后续
本 PR 仅处理计划自动化的同日去重、重启恢复与并发执行保护;不修改自动化规则配置、手动执行行为或 UI。