01/31/2023 07:46 AM
Hi Team,
Can we make a node only for scheduler jobs to run - so that end user facing URLs only behind the load balancer ? If yes how to do this
01/31/2023 08:42 AM
Currently this is only supported for SOD functionality. In other IGA tool this feature was exists. Nice feature for saviynt please add under idea Portal
01/31/2023 01:07 PM
The current architecture ensures that end users logon only on UI / Application Servers and Scheduled Jobs are only executed on Job Servers. This all happens behind the scene and is already configured as part of the Instance setup.
02/02/2023 05:50 AM
Hi please provide any documentation around this ? Can we check any property in externalconfig.properties ?
02/02/2023 05:57 AM
02/02/2023 06:00 AM
Before v2021 it is managed in externalconfig.properties (disablejobs=true)to decide which ECM servers will act as JOB vs UI servers. But since v2021 onwards architecture changed and everything moved to microservices so I don't think this is now handled through externalconfig.properties
01/31/2023 03:47 PM
By default Saviynt architecture has separate services/pods running for UI services and Jobs.
02/02/2023 12:18 PM
DisableJobs config is available in older version to dedicate a node to running jobs only without accepting the UI traffic.