Question
TATA CONSULTANCY SERVICES
US
Last activity: 17 Jul 2017 16:44 EDT
Question on Number of Rules that can be migrated to a Production Environment.
Does Pega provide any recommendation on the limit of Number of Rules that we can migrate to a Production Environment ? Reason I ask is that after a recent Rules Migration by a Project to Production environment we had observed multiple issues (like HUNG Threads in JVM's, long running Pega OOTB SQL queries, performance issues, etc). Reference SR#s raised for this issue: SR-A1076 , SR-A1156 . So, finally to circumvent the issue we had to Truncate the Pega cache Tables, Cleared Pega temp directories & Recycled the Servers.
***Updated by moderator: Marissa to close post***
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.
I don't know of any limit on number of rules, but if you are migrating rules to production while either SLA activities or interactive users are using related rules to the ones being migrated,issues can occur. For example, suppose you already had activity A which is called by an SLA, and you are importing an updated version of activity A which calls brand new rule-utility-function F, it is quite possible that the new A will be referred to by an SLA while the import is happening but before the required F is imported, and that reference to A will cause it to be assembled, which will generate an error because F is not defined yet. /Eric