|
@@ -126,24 +126,39 @@ VALUES ('schedule_lock');
|
|
INSERT INTO `xxl_job_group`(`id`, `app_name`, `title`, `address_type`, `address_list`, `update_time`)
|
|
INSERT INTO `xxl_job_group`(`id`, `app_name`, `title`, `address_type`, `address_list`, `update_time`)
|
|
VALUES (1, 'oe-task-executor', '网考任务执行器', 0, NULL, now());
|
|
VALUES (1, 'oe-task-executor', '网考任务执行器', 0, NULL, now());
|
|
|
|
|
|
-INSERT INTO `xxl_job_info`(`job_group`, `job_desc`, `add_time`, `update_time`, `author`, `alarm_email`, `schedule_type`,
|
|
|
|
- `schedule_conf`, `misfire_strategy`, `executor_route_strategy`, `executor_handler`,
|
|
|
|
- `executor_param`, `executor_block_strategy`, `executor_timeout`, `executor_fail_retry_count`,
|
|
|
|
- `glue_type`, `glue_source`, `glue_remark`, `glue_updatetime`, `child_jobid`)
|
|
|
|
|
|
+INSERT INTO xxl_job_info(job_group, job_desc, add_time, update_time, author, alarm_email, schedule_type,
|
|
|
|
+ schedule_conf, misfire_strategy, executor_route_strategy, executor_handler,
|
|
|
|
+ executor_param, executor_block_strategy, executor_timeout, executor_fail_retry_count,
|
|
|
|
+ glue_type, glue_source, glue_remark, glue_updatetime, child_jobid)
|
|
VALUES (1, '处理交卷前考试数据任务', now(), now(), '管理员', '', 'FIX_RATE', '30', 'DO_NOTHING', 'SHARDING_BROADCAST',
|
|
VALUES (1, '处理交卷前考试数据任务', now(), now(), '管理员', '', 'FIX_RATE', '30', 'DO_NOTHING', 'SHARDING_BROADCAST',
|
|
'beforeHandInExamJobHandler', '', 'DISCARD_LATER', 0, 0, 'BEAN', '', 'GLUE代码初始化', now(), '');
|
|
'beforeHandInExamJobHandler', '', 'DISCARD_LATER', 0, 0, 'BEAN', '', 'GLUE代码初始化', now(), '');
|
|
|
|
|
|
-INSERT INTO `xxl_job_info`(`job_group`, `job_desc`, `add_time`, `update_time`, `author`, `alarm_email`, `schedule_type`,
|
|
|
|
- `schedule_conf`, `misfire_strategy`, `executor_route_strategy`, `executor_handler`,
|
|
|
|
- `executor_param`, `executor_block_strategy`, `executor_timeout`, `executor_fail_retry_count`,
|
|
|
|
- `glue_type`, `glue_source`, `glue_remark`, `glue_updatetime`, `child_jobid`)
|
|
|
|
|
|
+INSERT INTO xxl_job_info(job_group, job_desc, add_time, update_time, author, alarm_email, schedule_type,
|
|
|
|
+ schedule_conf, misfire_strategy, executor_route_strategy, executor_handler,
|
|
|
|
+ executor_param, executor_block_strategy, executor_timeout, executor_fail_retry_count,
|
|
|
|
+ glue_type, glue_source, glue_remark, glue_updatetime, child_jobid)
|
|
VALUES (1, '处理交卷后考试数据任务', now(), now(), '管理员', '', 'FIX_RATE', '30', 'DO_NOTHING', 'SHARDING_BROADCAST',
|
|
VALUES (1, '处理交卷后考试数据任务', now(), now(), '管理员', '', 'FIX_RATE', '30', 'DO_NOTHING', 'SHARDING_BROADCAST',
|
|
'afterHandInExamJobHandler', '', 'DISCARD_LATER', 0, 0, 'BEAN', '', 'GLUE代码初始化', now(), '');
|
|
'afterHandInExamJobHandler', '', 'DISCARD_LATER', 0, 0, 'BEAN', '', 'GLUE代码初始化', now(), '');
|
|
|
|
|
|
-INSERT INTO `xxl_job_info`(`job_group`, `job_desc`, `add_time`, `update_time`, `author`, `alarm_email`, `schedule_type`,
|
|
|
|
- `schedule_conf`, `misfire_strategy`, `executor_route_strategy`, `executor_handler`,
|
|
|
|
- `executor_param`, `executor_block_strategy`, `executor_timeout`, `executor_fail_retry_count`,
|
|
|
|
- `glue_type`, `glue_source`, `glue_remark`, `glue_updatetime`, `child_jobid`)
|
|
|
|
|
|
+INSERT INTO xxl_job_info(job_group, job_desc, add_time, update_time, author, alarm_email, schedule_type,
|
|
|
|
+ schedule_conf, misfire_strategy, executor_route_strategy, executor_handler,
|
|
|
|
+ executor_param, executor_block_strategy, executor_timeout, executor_fail_retry_count,
|
|
|
|
+ glue_type, glue_source, glue_remark, glue_updatetime, child_jobid)
|
|
VALUES (1, '同步考试记录数据任务', now(), now(), '管理员', '', 'FIX_RATE', '30', 'DO_NOTHING', 'SHARDING_BROADCAST',
|
|
VALUES (1, '同步考试记录数据任务', now(), now(), '管理员', '', 'FIX_RATE', '30', 'DO_NOTHING', 'SHARDING_BROADCAST',
|
|
'syncExamRecordDataJobHandler', '', 'DISCARD_LATER', 0, 0, 'BEAN', '', 'GLUE代码初始化', now(), '');
|
|
'syncExamRecordDataJobHandler', '', 'DISCARD_LATER', 0, 0, 'BEAN', '', 'GLUE代码初始化', now(), '');
|
|
|
|
|
|
|
|
+INSERT INTO xxl_job_info(job_group, job_desc, add_time, update_time, author, alarm_email, schedule_type,
|
|
|
|
+ schedule_conf, misfire_strategy, executor_route_strategy, executor_handler,
|
|
|
|
+ executor_param, executor_block_strategy, executor_timeout, executor_fail_retry_count,
|
|
|
|
+ glue_type, glue_source, glue_remark, glue_updatetime, child_jobid)
|
|
|
|
+VALUES (1, '处理考试过程中抓拍照片比对任务', now(), now(), '管理员', '', 'FIX_RATE', '15', 'DO_NOTHING', 'SHARDING_BROADCAST',
|
|
|
|
+ 'faceVerifyJobHandler', '', 'DISCARD_LATER', 0, 0, 'BEAN', '', 'GLUE代码初始化', now(), '');
|
|
|
|
+
|
|
|
|
+INSERT INTO xxl_job_info(job_group, job_desc, add_time, update_time, author, alarm_email, schedule_type,
|
|
|
|
+ schedule_conf, misfire_strategy, executor_route_strategy, executor_handler,
|
|
|
|
+ executor_param, executor_block_strategy, executor_timeout, executor_fail_retry_count,
|
|
|
|
+ glue_type, glue_source, glue_remark, glue_updatetime, child_jobid)
|
|
|
|
+VALUES (1, '处理考试成绩统计任务', now(), now(), '管理员', '', 'FIX_RATE', '300', 'DO_NOTHING', 'ROUND',
|
|
|
|
+ 'scoreStatisticJobHandler', '', 'DISCARD_LATER', 0, 0, 'BEAN', '', 'GLUE代码初始化', now(), '');
|
|
|
|
+
|
|
|
|
+
|