-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
merge: merge master to 3.11.x #3367
Merged
Conversation
This file contains 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
1.用户主动终止对话时不报接口异常。
1.列表接口去除变量信息; 2.详情接口已存在:/web/scope/{scopeType}/{scopeId}/cron/job/{cronJobId}。
1.修复单元测试。
1.修复不准确的列表赋值逻辑。
fix: 执行历史归档,备份冷数据不正确 #3349
1.随机选择一个容器而非取第一个。
fix: 使用 spring 定时任务,线程池配置不合理导致定时任务阻塞 #3355
1.使用ThreadLocalRandom,用于多线程环境。
perf: 选择任意一个容器执行时使用随机算法 #3352
feat: 解决部分 db 查询未使用 task_instance_id 作为查询条件,导致分片键无法命中的问题 #3357
fix: 重启 job-backup 导致正在执行的归档任务未无损终止 #3359
1. 操作Quartz引擎前先检查其关闭状态。
1. 批量加载定时任务到Quartz支持被中断; 2. 进程关闭时取消批量加载任务。
1. 使用Spring Bean的关闭机制替代Quartz插件关闭钩子,避免Quartz过早关闭。
perf: 定时任务服务支持优雅停机 #2852
fix: 执行历史归档任务重调度逻辑不正确 #3364
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.
No description provided.