Skip to content
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

perf: 定时任务触发延迟优化 #2073 #2650

Merged
merged 1 commit into from
Dec 1, 2023

Conversation

jsonwan
Copy link
Collaborator

@jsonwan jsonwan commented Dec 1, 2023

  1. 配置事务超时参数,防止长时间阻塞;
  2. 配置单独的线程池调度spring定时任务,减少互相影响;
  3. 修复loading终止逻辑。

1. 配置事务超时参数,防止长时间阻塞;
2. 配置单独的线程池调度spring定时任务,减少互相影响;
3. 修复loading终止逻辑。
@jsonwan jsonwan merged commit 78148a5 into TencentBlueKing:master Dec 1, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants