Failing to deliver a message should fail gracefully #586
Labels
priority:high
For issues with high priority, because of deadlines, security reasons, or sometimes both.
theme:bug
Something isn't working
theme:docs
Create or update documentation
theme:tooling
Add or change our tooling, builds, or deployment
theme:ux
User experience improvements
Summary
Failing to deliver a message should fail gracefully, with a proper error message and handler, instead of without one, which caused a production deployment issue.
Reproduction steps
Expected behaviour
Logs that clearly say what is wrong (in this case, that we couldn't send the
Rocket has restarted successfully :clap: :clap:
). In this case to correct it, we just install the app into the channel.Context
We also will want to update the documentation to reflect this. Add that the developer will have to install the app into all the specified channels in order to see anything.
The text was updated successfully, but these errors were encountered: