Skip to content

implement delete#1

Open
axlbonnet wants to merge 1 commit into
mainfrom
develop
Open

implement delete#1
axlbonnet wants to merge 1 commit into
mainfrom
develop

Conversation

@axlbonnet
Copy link
Copy Markdown
Contributor

No description provided.


public void killJob(String id, boolean mustDelete) {
try {
String command = mustDelete ? "delete" : "kill";
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

We agree that we only make this distinction so that we keep a maximum of traces for running jobs, right? From a functional point of view, we could call delete on all of them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants