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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: