ConfigSynchronizationService

The Service component that allows modification of the config for the config synchronization service function.

Inherits from type Service and adds the following.


 

Attributes Summary

synchInterval Interval (in seconds) between synchronizations.
autoSynchEnabled When enabled, the node agent will automatically contact the deployment manager every synchInterval to attempt to synchronize the node's config repository with the master cell repository.
synchOnServerStartup When enabled, the node agent will attempt to synchronize its config information with the latest configs in the master repository whenever a server startup request is processed.
exclusions A list of file names (or patterns) which will be excluded from synchronization.

 

Attribute Details


synchInterval

Interval (in seconds) between synchronizations.

Data type:   Integer
Default value:   unspecified



autoSynchEnabled

When enabled, the node agent will automatically contact the deployment manager every synchInterval to attempt to synchronize the node's config repository with the master cell repository.

Data type:   Boolean
Default value:   unspecified



synchOnServerStartup

When enabled, the node agent will attempt to synchronize its config information with the latest configs in the master repository whenever a server startup request is processed.

Data type:   Boolean
Default value:   false



exclusions

A list of file names (or patterns) which will be excluded from synchronization.

Data type:   String
Default value:   unspecified