-
Notifications
You must be signed in to change notification settings - Fork 188
*: manual pause a task which has been pause by error (#1900) #1917
*: manual pause a task which has been pause by error (#1900) #1917
Conversation
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.
LGTM
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 50eeeb3
|
This is an automated cherry-pick of #1900
What problem does this PR solve?
close #1729
What is changed and how it works?
TaskChecker will not resume a task that is manually paused(isCancel: true)
When users manual pauses a task which has been pause by error(task stage is paused while isCancel is false), mark the isCancel to true.
Check List
Tests
Code changes
Side effects
Related changes
dm/dm-ansible