This repository was archived by the owner on Feb 28, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 65
Alerting Ops Server
Alexandre Lamarre edited this page Jan 23, 2023
·
8 revisions
The alerting ops server is used to:
- propagate user configurations of the Alerting backend to the Alerting backend
- periodically sync user configurations to concrete routing models

WIP
WIP
WIP
WIP
WIP
WIP
WIP
WIP
WIP
WIP
WIP
WIP
In order to ensure the routing persistent data updates perform at scale, we:
- periodically run a user config sync, which checks if the user configurations have changed in a manner that updates the loaded routing model
- if they have changed in such a manner, batch the changes into a request broadcast to all connected clients.
Tied to Opni Gateway High Availability.
A description of the test plan, including any manual testing and steps to reproduce
Architecture
- Backends
- Core Components