Skip to content
Snippets Groups Projects
Commit 2eb9bdea authored by Philip ABBET's avatar Philip ABBET
Browse files

[backend] Update to the latest version of beat.core

parent e7812630
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -324,7 +324,7 @@ def main(user_input=None):
split_to_cancel.job.block.experiment.fullname(),
split_to_cancel.worker.name)
worker_controller.cancel(split_to_cancel.worker.name)
worker_controller.cancel(split_to_cancel.worker.name, split_to_cancel.id)
remove_split_id_from(running_job_splits, split_to_cancel.id)
cancelling_jobs.append(split_to_cancel.id)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment