Closed KrunchMuffin closed 8 years ago
I think the reason may be that you have a line:
qry = oEntryFinder.search(argumentCollection = args)
But then it calls sendEmail(qry, rawEntry);
without checking for the results of the search. So I guess even if the search does not find anything it will cause a notification to be sent.
In other words, if it doesn't exit on the "fail fast" conditions at the beginning of processRule
, then it will send a notification for any other message; but the contents of the notification may be an empty recordset.
thing is, I get an email as well with data and there is a bug logged.
i switched it around to what the pushbullet one is using and seems better now.
Closing this ticket since it looks like the last suggestion worked. Feel free to open a new ticket if you have any issues
Any idea why this would happen? It's only sometimes and I can't figure out why.
slackAlert.cfc.txt