Skip to content

Commit 5eb4c3a

Browse files
committed
force clean up process when no_clean_up is set true
1 parent e735359 commit 5eb4c3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/aws_benchmarking/server/cluster_master.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -640,6 +640,7 @@ def do_POST(self):
640640
elif request_path == "/cleanup":
641641
self._set_headers()
642642
logging.info("Received request to cleanup cluster")
643+
args.no_clean_up = False
643644
cleanup(args.task_name)
644645
self.wfile.write("cleanup in progress")
645646

0 commit comments

Comments
 (0)