记得上下班打卡 | git大法好,push需谨慎
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liquidnet-bus-v1
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
董敬伟
liquidnet-bus-v1
Commits
6b473c2e
Commit
6b473c2e
authored
Jun 29, 2021
by
anjiabin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交platform
parent
e003eeaa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
db_liquidnet_clijob_data.sql
...nt/liquidnet-client-job/docu/db_liquidnet_clijob_data.sql
+2
-2
No files found.
liquidnet-bus-client/liquidnet-client-job/docu/db_liquidnet_clijob_data.sql
View file @
6b473c2e
...
@@ -2,5 +2,5 @@ use test_ln_clijob;
...
@@ -2,5 +2,5 @@ use test_ln_clijob;
INSERT
INTO
dev_ln_clijob
.
xxl_job_group
(
app_name
,
title
,
address_type
,
address_list
,
update_time
)
VALUES
(
'liquidnet-service-executor'
,
'主要执行器'
,
0
,
null
,
'2021-06-07 02:38:25'
);
INSERT
INTO
dev_ln_clijob
.
xxl_job_group
(
app_name
,
title
,
address_type
,
address_list
,
update_time
)
VALUES
(
'liquidnet-service-executor'
,
'主要执行器'
,
0
,
null
,
'2021-06-07 02:38:25'
);
INSERT
INTO
dev_ln_clijob
.
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
,
'demoJobHandler'
,
'2021-05-30 07:33:16'
,
'2021-05-30 07:33:16'
,
'anjiabin'
,
''
,
'CRON'
,
'1/15 * * * * ?'
,
'DO_NOTHING'
,
'FIRST'
,
'demoJobHandler'
,
''
,
'SERIAL_EXECUTION'
,
0
,
0
,
'BEAN'
,
''
,
'GLUE代码初始化'
,
'2021-05-30 07:33:16'
,
''
,
0
,
0
,
0
);
INSERT
INTO
dev_ln_clijob
.
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
,
'demoJobHandler'
,
'2021-05-30 07:33:16'
,
'2021-05-30 07:33:16'
,
'anjiabin'
,
''
,
'CRON'
,
'1/15 * * * * ?'
,
'DO_NOTHING'
,
'FIRST'
,
'demoJobHandler'
,
''
,
'SERIAL_EXECUTION'
,
0
,
0
,
'BEAN'
,
''
,
'GLUE代码初始化'
,
'2021-05-30 07:33:16'
,
''
,
0
,
0
,
0
);
INSERT
INTO
dev_ln_clijob
.
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-06-03 09:24:16'
,
'2021-06-03 09:24:16'
,
'胡佳晨'
,
''
,
'CRON'
,
'59 0/1 * * * ? '
,
'DO_NOTHING'
,
'FIRST'
,
'sev-kylin:checkOrderTimeHandler'
,
''
,
'SERIAL_EXECUTION'
,
0
,
0
,
'BEAN'
,
''
,
'GLUE代码初始化'
,
'2021-06-03 09:24:16'
,
''
,
0
,
0
,
0
);
INSERT
INTO
dev_ln_clijob
.
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-06-03 09:24:16'
,
'2021-06-03 09:24:16'
,
'胡佳晨'
,
''
,
'CRON'
,
'59 0/1 * * * ? '
,
'DO_NOTHING'
,
'FIRST'
,
'sev-platform:checkOrderTimeHandler'
,
''
,
'SERIAL_EXECUTION'
,
0
,
0
,
'BEAN'
,
''
,
'GLUE代码初始化'
,
'2021-06-03 09:24:16'
,
''
,
0
,
0
,
0
);
INSERT
INTO
dev_ln_clijob
.
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-06-03 09:25:08'
,
'2021-06-03 09:25:08'
,
'胡佳晨'
,
''
,
'CRON'
,
'0 0/30 * * * ? '
,
'DO_NOTHING'
,
'FIRST'
,
'sev-kylin:checkPerformanceTimeHandler'
,
''
,
'SERIAL_EXECUTION'
,
0
,
0
,
'BEAN'
,
''
,
'GLUE代码初始化'
,
'2021-06-03 09:25:08'
,
''
,
0
,
0
,
0
);
INSERT
INTO
dev_ln_clijob
.
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-06-03 09:25:08'
,
'2021-06-03 09:25:08'
,
'胡佳晨'
,
''
,
'CRON'
,
'0 0/30 * * * ? '
,
'DO_NOTHING'
,
'FIRST'
,
'sev-platform:checkPerformanceTimeHandler'
,
''
,
'SERIAL_EXECUTION'
,
0
,
0
,
'BEAN'
,
''
,
'GLUE代码初始化'
,
'2021-06-03 09:25:08'
,
''
,
0
,
0
,
0
);
\ No newline at end of file
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment