Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
熊鹏飞
/
xxljob220
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
79271abc
authored
Feb 26, 2019
by
xuxueli
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
update document
parent
e0729334
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
doc/XXL-JOB官方文档.md
doc/XXL-JOB官方文档.md
View file @
79271abc
## 《分
布式任务调度平台XXL-JOB》
## 《分
布式任务调度平台XXL-JOB》
...
@@ -919,7 +919,7 @@ xxl-job-admin#com.xxl.job.admin.controller.JobApiController.callback
...
@@ -919,7 +919,7 @@ xxl-job-admin#com.xxl.job.admin.controller.JobApiController.callback
脚本任务通过 Exit Code 判断任务执行结果,状态码可参考章节 "5.15 任务执行结果说明";
脚本任务通过 Exit Code 判断任务执行结果,状态码可参考章节 "5.15 任务执行结果说明";
#### 5.5.4 执行器
#### 5.5.4 执行器
执行器实际上是一个内嵌的
Jetty服务器
,默认端口9999(配置项:xxl.job.executor.port)。
执行器实际上是一个内嵌的
Server
,默认端口9999(配置项:xxl.job.executor.port)。
在项目启动时,执行器会通过“@JobHandler”识别Spring容器中“Bean模式任务”,以注解的value属性为key管理起来。
在项目启动时,执行器会通过“@JobHandler”识别Spring容器中“Bean模式任务”,以注解的value属性为key管理起来。
...
@@ -937,7 +937,7 @@ XXL-JOB会为每次调度请求生成一个单独的日志文件,需要通过
...
@@ -937,7 +937,7 @@ XXL-JOB会为每次调度请求生成一个单独的日志文件,需要通过
### 5.6 通讯模块剖析
### 5.6 通讯模块剖析
#### 5.6.1 一次完整的任务调度通讯流程
#### 5.6.1 一次完整的任务调度通讯流程
-
1、“调度中心”向“执行器”发送http调度请求: “执行器”中接收请求的服务,实际上是一台内嵌
jetty服务器
,默认端口9999;
-
1、“调度中心”向“执行器”发送http调度请求: “执行器”中接收请求的服务,实际上是一台内嵌
Server
,默认端口9999;
-
2、“执行器”执行任务逻辑;
-
2、“执行器”执行任务逻辑;
-
3、“执行器”http回调“调度中心”调度结果: “调度中心”中接收回调的服务,是针对执行器开放一套API服务;
-
3、“执行器”http回调“调度中心”调度结果: “调度中心”中接收回调的服务,是针对执行器开放一套API服务;
...
...
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