You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have added the slack as an optional targets and got slack working to send notifications to individual users. My use case is once an admin creates an event, the notification gets sent to all the users.
However, once a user slack notification does not work and the application encounters Slack::Notifier::APIError, it stops sending notification to remaining users. How can I continue to send notification to remaining users even if it fails for some? Please help.
The text was updated successfully, but these errors were encountered:
sushil-bsmarter
changed the title
Handle Slack::Notifier::APIError exception
Handle Slack::Notifier::APIError exception for multiple users
May 23, 2019
I have added the slack as an optional targets and got slack working to send notifications to individual users. My use case is once an admin creates an event, the notification gets sent to all the users.
However, once a user slack notification does not work and the application encounters Slack::Notifier::APIError, it stops sending notification to remaining users. How can I continue to send notification to remaining users even if it fails for some? Please help.
The text was updated successfully, but these errors were encountered: