Skip to content

Latest commit

 

History

History
58 lines (33 loc) · 2.17 KB

tasklist.md

File metadata and controls

58 lines (33 loc) · 2.17 KB

任务列表

image-20210805104212484

1.查询任务

image-20210805104352373

		如图所示,可根据 任务名称、任务ID、任务状态、任务组ID等规则查询相应的同步任务

1.1 根据任务名称查询任务

image-20210805110102545

1.2 根据任务ID查询任务

image-20210805110133791

1.3根据任务状态查询任务

image-20210805110235565

任务状态共有8种

  • creating 任务创建中
  • created 任务创建完成
  • stop 任务停止
  • starting 任务启动中
  • finish 任务已完成
  • broken 任务异常
  • rdbrunning 任务全量数据同步中
  • commandrunning 任务增量数据同步中

1.4 根据任务组ID查询任务

image-20210805111311181

根据任务组ID可以查询出相同任务组下的所有任务

2.创建任务

3.停止任务

4.删除任务