Actions
Architecture #16856
closedDon't replace RudderUniqueId in generated policies with a replace, but with StringTemplate
Status:
Released
Priority:
N/A
Assignee:
Category:
Performance and scalability
Target version:
Fix check:
Checked
Regression:
Description
Impact is to have less memory usage, and more consistent code.
So we need to:
So we need to:
- change code to have the STVariable for the RudderUniqueID
- change techniques to replace all RudderUniqueID to &RudderUniqueID&
- create a migration script to do the replacement
Actions