Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Portal Caching

5.0.0.111 and 2.2.0.111 and up.

Details

  • Portal caching introduced for GlobalAction Engine. New key now available to cache api calls for portal information. Value is in seconds.
  • Configuration
  • Add the following line to C:\GetSmart\ActionServices\GlobalAction_1\Square9.GlobalAction.exe.config
  • <add key="PortalTimeout" value="900"></add>
  • Restart the service.


MaxWaitLimit and MaxReadyLimit

4.5.2.108 and 2.1.2.x

  • An enhancement to allow limitations for GlobalAction tasks including wait and ready.  Engine will not run more than allowed amount of processes per sweep.  This enhancement improves performance for high volume GlobalAction workflow consumers.

Notes

  • Add the following keys to C:\GetSmart\Square9.GlobalAction.exe.configin the <appSettings> section and adjust the value to the number of processes to execute per sweep
    • <add key="MaxWaitLimit" value="15" />
    • <add key="MaxReadyLimit" value="15" />
  • A restart of the GlobalAction service is required after making changes to the configuration file.
  • Both values refer to number of processing being worked on. Wait limit doesn't refer to time.

5.0.0.111 and 2.2.x

  • This file is located is a different location because the Global Action has a different engine in 2.2.x and up.
  • C:\GetSmart\ActionServices\GlobalAction_1\Square9.GlobalAction.exe.config



TLS 1.2 enforcement in GlobalAction

4.5.2.111 and up.

Notes

  • If enabling TLS 1.2 enforcement please note that SQL Server 2012 and lower do NOT support the disablement of TLS 1.0 or lower. Please upgrade your SQL Server if necessary.

4.5.2.111

  • Add the following line toC:\GetSmart\Square9.GlobalAction.exe.config
  • <add key="EnforceTLS12" value="True"></add>

5.0.0.111 and up.

  • Add the following line to C:\GetSmart\ActionServices\GlobalAction_1\Square9.GlobalAction.exe.config
  • <add key="EnforceTLS12" value="True"></add>







  • No labels