Skip to content

Commit

Permalink
submit_dataloading_job should return job_id not scheduler_id
Browse files Browse the repository at this point in the history
Committed-by: xiaolei.zl from Dev container
  • Loading branch information
zhanglei1949 committed Dec 16, 2024
1 parent bbe9295 commit 4d02e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coordinator/gscoordinator/flex/core/insight/groot.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def submit_dataloading_job(
job_scheduler = DataloadingJobScheduler(
config, ds_manager, self._job_status, self._graph, at_time, repeat
)
return job_scheduler.schedulerid
return job_scheduler.jobid

def get_dataloading_job_config(
self, graph_id: str, config: dict, ds_manager: DataSourceManager
Expand Down

0 comments on commit 4d02e80

Please sign in to comment.