Dispatcher Paragon Server FlexiSpooler failover mechanism

Common deployment of Near Roaming Group (NRG) has several site servers. Spooler Controller (SPOC) and FlexiSpooler in server mode are installed on each site server as you can see on the picture below.

images/download/attachments/284931506/Failback-version-1-modificationdate-1587976180170-api-v2.png
Figure 1 - NRG

Default behavior

In case of SPOC unavailability (update or temporal outage) FSP re-connects (failover) to another SPOC in the same NRG by default. FSP checks availability of its local SPOC every minute and if SPOC is back online, FSP will connect back to the local SPOC in cca one minute.

images/download/attachments/284931506/Failback2%281%29-version-1-modificationdate-1587996189507-api-v2.png

Disabling Server FlexiSpooler failover

To disable FlexiSpooler failover, you should:

  • set following property in spooler.config

"ServerDiscoveryEnabled" = false
  • Set only localhost address in location.config

"addresses": [ "127.0.0.1" ],
  • Restart the FlexiSpooler service.