Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
techhero-framework-config
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
techhero-framework-config
Commits
efb1d67b
Commit
efb1d67b
authored
Apr 12, 2023
by
Administrator
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update techhero-coordination-command-natived.yml
parent
c977a123
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
0 deletions
+22
-0
techhero-coordination-command-natived.yml
+22
-0
No files found.
techhero-coordination-command-natived.yml
View file @
efb1d67b
...
...
@@ -257,7 +257,29 @@ xyLink:
videoUrlHttps
:
https://test.techhero.vip:16800
### 注意:如果多服务集群,要注意执行器的ip和port,如果不想在配置里折腾,就取xxl-job调度中心的执行器配置手动ip和端口
xxl
:
job
:
admin
:
### 调度中心部署根地址 [选填]:如调度中心集群部署存在多个地址则用逗号分隔。执行器将会使用该地址进行"执行器心跳注册"和"任务结果回调";为空则关闭自动注册;
### addresses: http://[fdff:1:1:1::20]:18801/xxl-job-admin ### 开发环境的调度中心地址
addresses
:
### 因为没有native环境的调度中心,现在先空着,如果后面有了native的调度中心,需要更换正确的地址
### 执行器通讯TOKEN [选填]:非空时启用;
accessToken
:
default_token
executor
:
### 执行器AppName [选填]:执行器心跳注册分组依据;为空则关闭自动注册
appname
:
techhero-coordination-command
### 执行器注册 [选填]:优先使用该配置作为注册地址,为空时使用内嵌服务 ”IP:PORT“ 作为注册地址。从而更灵活的支持容器类型执行器动态IP和动态映射端口问题。
address
:
### 执行器IP [选填]:默认为空表示自动获取IP,多网卡时可手动设置指定IP,该IP不会绑定Host仅作为通讯实用;地址信息用于 "执行器注册" 和 "调度中心请求并触发任务";
ip
:
127.0.0.1
### 执行器端口号 [选填]:小于等于0则自动获取;默认端口为9999,单机部署多个执行器时,注意要配置不同执行器端口;
port
:
18563
### 执行器运行日志文件存储磁盘路径 [选填] :需要对该路径拥有读写权限;为空则使用默认路径;
logpath
:
/data/logs/xxl-job/jobhandler
### 执行器日志文件保存天数 [选填] : 过期日志自动清理, 限制值大于等于3时生效; 否则, 如-1, 关闭自动清理功能;
logretentiondays
:
30
...
...
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