|
|
|
While replacing the email_to_user I had a problem:
I need to know if an event call failed or not (cron status report, etc) but events_trigger only gives me the number of failed events.
How can I make events_triger report if it failed for the called event?
|
|
Description
|
While replacing the email_to_user I had a problem:
I need to know if an event call failed or not (cron status report, etc) but events_trigger only gives me the number of failed events.
How can I make events_triger report if it failed for the called event?
|
Show » |
|
Just check that the returned number of failed 'instant' events is zero, that should be enough.