sn_atf.scheduler.enabled
ServiceNow property description:
Please do not update without consulting the Automated Test Framework team first. Feature toggle for the ATFScheduler test scheduling algorithm
Attributes
- Sys ID: 441e6fd443030210bc26a9bb1cb8f248
- Type: true | false
- Application: Global
- Default value: true

AI generated property description:
The ServiceNow property sn_atf.scheduler.enabled controls whether the ATF Scheduler test scheduling algorithm is active. The default value is true, which enables the feature and allows the Automated Test Framework to optimize test execution through scheduling. Setting this property to false disables the scheduler and reverts ATF to its baseline execution behavior, which may reduce efficiency in managing large or complex test suites. Because this property directly affects how automated tests are planned and executed, administrators are advised not to modify it without guidance from the Automated Test Framework team. It is typically adjusted in contexts involving test performance, stability, or troubleshooting issues related to ATF execution behavior. Misconfiguration can lead to longer test execution times or unintended scheduling behavior.
Source