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

feature: 支持跨网关任意回退 #223

Conversation

hanshuaikang
Copy link
Collaborator

No description provided.

@hanshuaikang hanshuaikang added the type/feature New feature or request label Jan 25, 2024
Copy link

codecov bot commented Jan 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (54409dd) 89.28% compared to head (819c854) 89.28%.
Report is 1 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #223   +/-   ##
========================================
  Coverage    89.28%   89.28%           
========================================
  Files           61       61           
  Lines         3509     3509           
========================================
  Hits          3133     3133           
  Misses         376      376           

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 54409dd...819c854. Read the comment docs.

parent_process = Process.objects.get(id=process.parent_id)
# 如果process已经被ack完,此时需要重置ack=1
if parent_process.ack_num == -1:
parent_process.ack_num = 1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里为何需要重置为 1

@hanshuaikang hanshuaikang merged commit fd02fac into TencentBlueKing:develop Feb 22, 2024
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants