Software / code / prosody-modules
File
mod_component_roundrobin/README.md @ 6242:294ecc79e1b6
misc/grafana: Update Dashboard
This is basically just a snapshot of my personal dashboard, with the
changes I have made since last time this was updated
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Mon, 21 Apr 2025 16:55:30 +0200 |
| parent | 6003:fe081789f7b5 |
line wrap: on
line source
--- labels: summary: 'Component round-robin load balancing module' ... Introduction ============ This module enables multiple instances of external components to connect at the same time, and does round-robin load-balancing of incoming stanzas. Example ======= Component "test.example.com" modules_enabled = { "component_roundrobin" } -- Other component options such as secrets here