Configuring the Cache File Notification Processor - API Server - Foundation 24.1 - Foundation 24.1 - Ready - OnBase - Essential - Premier - Standard - external - Standard - Essential - Premier

API Server

Platform
OnBase
Product
API Server
Release
Foundation 24.1
License
Standard
Essential
Premier

The Cache File Notification Processor is used to coordinate temporary cache file creation.

To configure the Cache File Notification Processor:

  1. Open the 5_tempfs.json file in a plain text editor such as Notepad.
    The file is located in the config folder of the API Server's installation location.
  2. Locate the "CacheFileNotificationProcessor" section of the 5_tempfs.json file.
  3. After "Enabled" :, enter true to enable the Cache File Notification Processor, or false to disable it.
    By default, this option is set to true.
  4. After "StartupDelaySeconds" :, enter the number of seconds you want the Cache File Notification Processor to wait before processing after the Temp File Service restarts.
    By default, this option is set to 0 seconds.
  5. After "RunDelaySeconds" :, enter the number of seconds you want the Cache File Notification Processor to wait between each time it runs.
    By default, this option is set to 300 seconds.
  6. After "ErrorBehavior" :, enter one of the following options for how the processor should behave when an error occurs:
    • Enter LogAndContinue to have the processor log the error and wait the amount of time configured in the RunDelaySeconds option before continuing.
    • Enter HaltProcessor to have the processor stop running entirely when it encounters an error.
    By default, this option is set to LogAndContinue.
  7. Save the configuration file.