Skip to main content
Skip table of contents

YSoft SafeQ 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.

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.

Disabling Server FlexiSpooler failover

To disable FlexiSpooler failover, you should:

  • set following property in spooler.config
CODE
"ServerDiscoveryEnabled" = false
  •  Set only localhost address in location.config
CODE
"addresses": [ "127.0.0.1" ],
  • Restart the FlexiSpooler service.


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.