当前位置:网站首页>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
边栏推荐
- Migrate data from Mysql to neo4j database
- SENT协议译码的深入探讨
- Summary of C language learning problems (VS)
- Making and using the cutting tool of TTF font library
- Understand redis persistence mechanism in one article
- POJ-2499 Binary Tree
- How to design an interface?
- Clear neo4j database data
- ABAP table lookup program
- GNN(pytorch-geometric)
猜你喜欢
Embedded software architecture design - message interaction
C language structure is initialized as a function parameter
[figure neural network] GNN from entry to mastery
[email protected] (using password"/>
Solve the error 1045 of Navicat creating local connection -access denied for user [email protected] (using password
Seven ways to achieve vertical centering
Take you hand in hand to develop a service monitoring component
Flutter2 heavy release supports web and desktop applications
Why do you always fail in automated tests?
Mmclassification training custom data
Pytoch loads the initialization V3 pre training model and reports an error
随机推荐
Learn the memory management of JVM 03 - Method area and meta space of JVM
Experimental design - using stack to realize calculator
Acid transaction theory
ZABBIX 5.0 - LNMP environment compilation and installation
ABAP table lookup program
GPS data format conversion [easy to understand]
MySQL installation, Windows version
MySQL function
Interviewer: is acid fully guaranteed for redis transactions?
MySQL index (1)
Learn garbage collection 01 of JVM -- garbage collection for the first time and life and death judgment
Mmclassification training custom data
ZABBIX monitors mongodb templates and configuration operations
Average lookup length when hash table lookup fails
Why learn harmonyos and how to get started quickly?
struct MySQL
Matlab struct function (structure array)
Take you hand in hand to develop a service monitoring component
Understand kotlin from the perspective of an architect
Image hyperspectral experiment: srcnn/fsrcnn