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

Tracking of not delivered message #64

Open
CR4567 opened this issue Dec 6, 2021 · 1 comment
Open

Tracking of not delivered message #64

CR4567 opened this issue Dec 6, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@CR4567
Copy link
Contributor

CR4567 commented Dec 6, 2021

Hey,
I was wondering if it's possible to get more insights in notification confirmation.
In our current push system it's sometimes possible that a customers' push token gets invalid but for any reason the mobile app was not uploading a new one. So new messages can't be pushed to the customer.

With notifo and the confirmation handling it should be possible to get insights in how many notifications are not handled for a specific user. With this information we could investigate if there is an issue in uploading the tokens or user disabled push or something else. Maybe it would be also possible to user alerts for higher amounts of not confirmed messages over a specific time. But I guess this could be handled by an external tool like new relic if we have this data.

@SebastianStehle
Copy link
Collaborator

Sound reasonable. It is not that easy to make proper tracking because of the retries and so on. So I am not sure if It can be solved in an easy way with APM as you could have 3 retries and 1 success event, leading to wrong interpretations.

Perhaps we just have to talk about this. If it is a on a per-user base we can just query the notifications.

@SebastianStehle SebastianStehle added the enhancement New feature or request label Dec 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants