Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds logs that record how the Apple/Google Push Services respond to our push notification delivery requests #1126

Open
charleslavon opened this issue Apr 18, 2024 · 0 comments

Comments

@charleslavon
Copy link
Contributor

charleslavon commented Apr 18, 2024

Describe
After our serverless fn pulls notification events from the pub/sub queue and sends them to a push service handler, although it has some error handling, our logs often indicate success (because an error wasn't thrown), even though a push message may not be received by the expected client.

Describe the solution you'd like
Add logs that record all possible push notification responses along with alerts that trigger a message to a slack channel if a certain threshold of push notification errors have been reached.

What additional inexpensive solutions might improve our ability ensure that push messages are delivered to clients?

This should be time-boxed to a max of 2-sprints.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: To Do
Development

No branches or pull requests

3 participants