当前位置:网站首页>Distributed solution - Comprehensive decryption of distributed task scheduling platform - xxljob scheduling center cluster
Distributed solution - Comprehensive decryption of distributed task scheduling platform - xxljob scheduling center cluster
2022-07-05 12:32:00 【vx-Yang_ Gaige】
Dispatching center cluster
The dispatching center supports cluster deployment , Improve the disaster tolerance and availability of dispatching system .
When dispatching center cluster is deployed , Some requirements and suggestions :
DB Configuration is consistent ;
The login account configuration should be consistent ;
Keep the group machine clock consistent ( Single machine cluster ignores );
Suggest : Recommend to pass nginx Load balancing for dispatching center cluster , Assign a domain name . Dispatch center access 、 Actuator callback configuration 、 call API Services and other operations are carried out through the domain name .
Nginx Configuration information
upstream backServer{
server 127.0.0.1:8080 weight=1;
server 127.0.0.1:8081 weight=1;
}
server {
listen 80;
server_name www.newbies.com;
#charset koi8-r;
#access_log logs/host.access.log main;
location / {
proxy_pass http://backServer;
index index.html index.htm;
}
error_page 500 502 503 504 /50x.html;
location = /50x.html {
root html;
}
}
Distributed log collection system
Distributed transaction solutions
边栏推荐
- Why learn harmonyos and how to get started quickly?
- Making and using the cutting tool of TTF font library
- One article tells the latest and complete learning materials of flutter
- Video networkstate property
- MySQL splits strings for conditional queries
- mysql拆分字符串做条件查询
- Learn memory management of JVM 01 - first memory
- Linux Installation and deployment lamp (apache+mysql+php)
- End to end neural network
- MySQL trigger
猜你喜欢

Redis's memory elimination mechanism, read this article is enough.

Matlab superpixels function (2D super pixel over segmentation of image)

Tabbar configuration at the bottom of wechat applet

Pytorch two-layer loop to realize the segmentation of large pictures

One article tells the latest and complete learning materials of flutter

Knowledge representation (KR)

Pytoch implements tf Functions of the gather() function

Why learn harmonyos and how to get started quickly?

MySQL splits strings for conditional queries

Get data from the database when using JMeter for database assertion
随机推荐
Principle and performance analysis of lepton lossless compression
语义分割实验:Unet网络/MSRC2数据集
Flutter2 heavy release supports web and desktop applications
MySQL index (1)
Implementing Yang Hui triangle with cyclic queue C language
【ijkplayer】when i compile file “compile-ffmpeg.sh“ ,it show error “No such file or directory“.
Handwriting blocking queue: condition + lock
Solve the problem of cache and database double write data consistency
Learn memory management of JVM 01 - first memory
Average lookup length when hash table lookup fails
Linux Installation and deployment lamp (apache+mysql+php)
Time tools
MySQL index - extended data
Intern position selection and simplified career development planning in Internet companies
How can beginners learn flutter efficiently?
ZABBIX agent2 installation
End to end neural network
【ijkplayer】when i compile file “compile-ffmpeg.sh“ ,it show error “No such file or directory“.
A new WiFi option for smart home -- the application of simplewifi in wireless smart home
How to clear floating?