-
Notifications
You must be signed in to change notification settings - Fork 55
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
feature: 支持跨网关任意回退 #223
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ 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.
|
parent_process = Process.objects.get(id=process.parent_id) | ||
# 如果process已经被ack完,此时需要重置ack=1 | ||
if parent_process.ack_num == -1: | ||
parent_process.ack_num = 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里为何需要重置为 1
No description provided.