Resource change listener with multiple paths
I am using resourcechange listener to identify the changes in multiple paths. Once the listener identify change from the given path I am triggering an e-mail. Till here it is fine.
Resource change listener paths: I have configured locale paths in config manager like ex: /content/en_usd/testpage.
/Content/en_de/testpage.
In my case resource change listener should only trigger in locale pages so I have given locale paths
I am facing an issue in this scenario:
When I rollout change s from language master en page to locale pages en_usd and en_de pages at once.
Resource change listiner is considering it as 2 event s and triggering an email twice,each mail for each locale.
I want to trigger a single email for changes in both locales page when rolling out from language master page at once.
Can someone please help me here? How to achieve this