-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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][Core] shell batch cancel task #7612
[Feature][Core] shell batch cancel task #7612
Conversation
...test/java/org/apache/seatunnel/core/starter/seatunnel/SeaTunnelConnectorBatchCancelTest.java
Show resolved
Hide resolved
@@ -114,9 +114,11 @@ Both failed jobs and jobs paused by seatunnel.sh -s <jobId> can be resumed | |||
## Canceling Jobs | |||
|
|||
```shell | |||
sh bin/seatunnel.sh -can <jobId> | |||
sh bin/seatunnel.sh -can <jobId1> [<jobId2> <jobId3> ...] |
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.
Can you support rest api?
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.
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. Thanks @zhangshenghang !
Purpose of this pull request
shell command batch cancel task
Does this PR introduce any user-facing change?
How was this patch tested?
Check list
New License Guide
release-note
.