Hunt Queue Service (huntq)
Description
Is a subscriber to the state repository sts. The list of supported capabilities is defined by the entity hunt.
Divided into microservices by domain. Data is automatically synchronized between sites serving the domain.
Reserved in Active-Passive mode. Scaled by domain tree partitioning.
Code |
|
Mode of operation |
|
Backup mode |
|
Types of sites |
|
Layer |
|
Placement |
|
Saving and restoring state on reboot |
|
appendix |
|
Own storage |
|
Parameters
Configuration example
The configuration is managed in an application available to master domain administrators. The application hides the full content of the configuration, but it is nevertheless accessible via the API.
The configuration contains a section to describe all instances of all roles. Parameters are defined for each specific role instance.
{
"name": "huntq1",
"roletype": "huntq",
"iface": "eth0",
"group": "11030",
"order": "1",
"include_domains": [
"test.rootdomain.ru",
"dev.rootdomain.ru"
]
}