Hi, any specific reason why Pega restricts the inclusion of Production ruleset in System Run-time Context’s resolved rulesets list ?
@YaswanthD Pega restricts the inclusion of Production rulesets in the System Runtime Context’s resolved rulesets list to ensure that only the necessary and stable rules are executed during runtime. This helps in maintaining the integrity and performance of the application by preventing frequent changes to critical rulesets that could impact the system’s stability. Additionally production rulesets are typically used for rules that are expected to change often and are delegated to management which means they are not intended to be part of the core execution stack.
This is a GenAI-powered tool. All generated answers require validation against the provided references.
Production rulesets are expected to store only business delegated rules and not the rules effecting core functionality. Hence, to ensure integrity, stability and performance of the application by preventing frequent changes Production rulesets are not included in SRC.
