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][Core] shell batch cancel task #7612

Merged
merged 6 commits into from
Sep 10, 2024

Conversation

zhangshenghang
Copy link
Member

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

@github-actions github-actions bot added document core SeaTunnel core module e2e labels Sep 9, 2024
@@ -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> ...]
Copy link
Member

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?

Copy link
Member Author

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?

@hailin0 Supported in #7522

Copy link
Member

@Hisoka-X Hisoka-X left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks @zhangshenghang !

@hailin0 hailin0 merged commit 6c7bb04 into apache:dev Sep 10, 2024
7 of 8 checks passed
@zhangshenghang zhangshenghang deleted the feature-shell-batch-cancel branch September 10, 2024 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants