Skip to content

Commit

Permalink
job skip clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
jarviszeng-zjc committed Oct 28, 2019
1 parent 9a29ae0 commit ad90ef4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fate_flow/driver/task_scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,7 @@ def finish_job(job_id, job_runtime_conf):
json_body={},
work_mode=job_parameters['work_mode'])
# clean
"""
federated_api(job_id=job_id,
method='POST',
endpoint='/{}/schedule/{}/{}/{}/clean'.format(
Expand All @@ -403,6 +404,7 @@ def finish_job(job_id, job_runtime_conf):
src_role=job_initiator['role'],
json_body={},
work_mode=job_parameters['work_mode'])
"""
schedule_logger(job_id, delete=True)

@staticmethod
Expand Down

0 comments on commit ad90ef4

Please sign in to comment.