Each event is processed multiple times and sending/receiving duplicate emails.
I have this strange issue. I created an event using gs.eventqueue() to send an email to a user. Event is fired only once, but email is triggered multiple times on the name of same event (same sys_id too). How come one event processed multiple times ...