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: 正在执行中的作业存活状态维持方案优化 #3093

Closed
wangyu096 opened this issue Jul 4, 2024 · 0 comments
Closed

perf: 正在执行中的作业存活状态维持方案优化 #3093

wangyu096 opened this issue Jul 4, 2024 · 0 comments
Assignees
Labels
done 已上线到正式环境并验收通过 kind/enhancement 功能改进特性

Comments

@wangyu096
Copy link
Collaborator

image - 问题: 当前使用 zdd默认方式,会导致写入可能原先在 job:execute:running:job redis zset 中并不存在的数据,导致 zset-job:execute:running:job, hash-job:execute:running:job:count:app, hash-job:execute:running:job:count:resource_scope 之间的数据可能存在不一致。 - 优化:仅在 zset 中 field 存在的时候更新,zadd -XX 方式
@wangyu096 wangyu096 added kind/enhancement 功能改进特性 backlog 需求初始状态,等待产品进行评估 todo 进入开发排期的状态,纳入了最近的迭代 labels Jul 4, 2024
@wangyu096 wangyu096 self-assigned this Jul 4, 2024
wangyu096 added a commit that referenced this issue Jul 4, 2024
perf: 正在执行中的作业存活状态维持方案优化 #3093
@bkjob-bot bkjob-bot added for gray 可以在灰度环境/预发布环境验收 done 已上线到正式环境并验收通过 and removed backlog 需求初始状态,等待产品进行评估 todo 进入开发排期的状态,纳入了最近的迭代 for gray 可以在灰度环境/预发布环境验收 labels Jul 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
done 已上线到正式环境并验收通过 kind/enhancement 功能改进特性
Projects
None yet
Development

No branches or pull requests

2 participants