@@ -130,8 +130,8 @@ INSERT INTO `xxl_job_info`(`job_group`, `job_desc`, `add_time`, `update_time`, `
130130INSERT 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` , ` trigger_status` , ` trigger_last_time` , ` trigger_next_time` ) VALUES (2 , ' 节点表补充' , ' 2021-11-30 10:47:41' , ' 2021-11-30 10:47:41' , ' admin' , ' ' , ' CRON' , ' 0/5 * * * * ?' , ' DO_NOTHING' , ' FIRST' , ' nodeUpdateJobHandler' , ' ' , ' SERIAL_EXECUTION' , 0 , 0 , ' BEAN' , ' ' , ' GLUE代码初始化' , ' 2021-11-30 10:47:41' , ' ' , 0 , 0 , 0 );
131131INSERT 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` , ` trigger_status` , ` trigger_last_time` , ` trigger_next_time` ) VALUES (2 , ' 提案信息更新任务' , ' 2021-11-30 10:48:30' , ' 2021-11-30 10:48:30' , ' admin' , ' ' , ' CRON' , ' 0/15 * * * * ?' , ' DO_NOTHING' , ' FIRST' , ' proposalInfoJobHandler' , ' ' , ' SERIAL_EXECUTION' , 0 , 0 , ' BEAN' , ' ' , ' GLUE代码初始化' , ' 2021-11-30 10:48:30' , ' ' , 0 , 0 , 0 );
132132INSERT 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` , ` trigger_status` , ` trigger_last_time` , ` trigger_next_time` ) VALUES (2 , ' 全量更新token的总供应量' , ' 2021-11-30 10:50:12' , ' 2021-11-30 10:50:12' , ' admin' , ' ' , ' CRON' , ' 0 */5 * * * ?' , ' DO_NOTHING' , ' FIRST' , ' totalUpdateTokenTotalSupplyJobHandler' , ' ' , ' SERIAL_EXECUTION' , 0 , 0 , ' BEAN' , ' ' , ' GLUE代码初始化' , ' 2021-11-30 10:50:12' , ' ' , 0 , 0 , 0 );
133- 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` , ` trigger_status` , ` trigger_last_time` , ` trigger_next_time` ) VALUES (2 , ' 增量更新token持有者余额' , ' 2021-11-30 10:51:09' , ' 2021-12-07 11:14:34' , ' admin' , ' ' , ' CRON' , ' 0 */1 * * * ?' , ' DO_NOTHING' , ' FIRST' , ' incrementUpdateTokenHolderBalanceJobHandler' , ' 500' , ' SERIAL_EXECUTION' , 0 , 0 , ' BEAN' , ' ' , ' GLUE代码初始化' , ' 2021-11-30 10:51:09' , ' ' , 0 , 0 , 0 );
134- 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` , ` trigger_status` , ` trigger_last_time` , ` trigger_next_time` ) VALUES (2 , ' 全量更新token持有者余额' , ' 2021-11-30 10:51:57' , ' 2021-11-30 10:51:57' , ' admin' , ' ' , ' CRON' , ' 0 0 0 * * ?' , ' DO_NOTHING' , ' FIRST' , ' totalUpdateTokenHolderBalanceJobHandler' , ' ' , ' SERIAL_EXECUTION' , 0 , 0 , ' BEAN' , ' ' , ' GLUE代码初始化' , ' 2021-11-30 10:51:57' , ' ' , 0 , 0 , 0 );
133+ # 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`, `trigger_status`, `trigger_last_time`, `trigger_next_time`) VALUES (2, '增量更新token持有者余额', '2021-11-30 10:51:09', '2021-12-07 11:14:34', 'admin', '', 'CRON', '0 */1 * * * ?', 'DO_NOTHING', 'FIRST', 'incrementUpdateTokenHolderBalanceJobHandler', '500', 'SERIAL_EXECUTION', 0, 0, 'BEAN', '', 'GLUE代码初始化', '2021-11-30 10:51:09', '', 0, 0, 0);
134+ # 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`, `trigger_status`, `trigger_last_time`, `trigger_next_time`) VALUES (2, '全量更新token持有者余额', '2021-11-30 10:51:57', '2021-11-30 10:51:57', 'admin', '', 'CRON', '0 0 0 * * ?', 'DO_NOTHING', 'FIRST', 'totalUpdateTokenHolderBalanceJobHandler', '', 'SERIAL_EXECUTION', 0, 0, 'BEAN', '', 'GLUE代码初始化', '2021-11-30 10:51:57', '', 0, 0, 0);
135135INSERT 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` , ` trigger_status` , ` trigger_last_time` , ` trigger_next_time` ) VALUES (2 , ' 全量更新token库存信息' , ' 2021-11-30 10:53:01' , ' 2021-12-01 18:06:37' , ' admin' , ' ' , ' CRON' , ' 0 0 1 */1 * ?' , ' DO_NOTHING' , ' FIRST' , ' totalUpdateTokenInventoryJobHandler' , ' 100' , ' SERIAL_EXECUTION' , 0 , 0 , ' BEAN' , ' ' , ' GLUE代码初始化' , ' 2021-11-30 10:53:01' , ' ' , 0 , 0 , 0 );
136136INSERT 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` , ` trigger_status` , ` trigger_last_time` , ` trigger_next_time` ) VALUES (2 , ' 增量更新token库存信息' , ' 2021-11-30 10:53:42' , ' 2021-12-01 18:07:33' , ' admin' , ' ' , ' CRON' , ' 0 */1 * * * ?' , ' DO_NOTHING' , ' FIRST' , ' incrementUpdateTokenInventoryJobHandler' , ' 10' , ' SERIAL_EXECUTION' , 0 , 0 , ' BEAN' , ' ' , ' GLUE代码初始化' , ' 2021-11-30 10:53:42' , ' ' , 0 , 0 , 0 );
137137INSERT 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` , ` trigger_status` , ` trigger_last_time` , ` trigger_next_time` ) VALUES (2 , ' 销毁的721合约更新余额' , ' 2021-11-30 10:54:19' , ' 2021-11-30 10:54:19' , ' admin' , ' ' , ' CRON' , ' 0 */10 * * * ?' , ' DO_NOTHING' , ' FIRST' , ' contractDestroyUpdateBalanceJobHandler' , ' ' , ' SERIAL_EXECUTION' , 0 , 0 , ' BEAN' , ' ' , ' GLUE代码初始化' , ' 2021-11-30 10:54:19' , ' ' , 0 , 0 , 0 );
0 commit comments