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

Facing problem when sending notification in large chunks #185

Open
technicalbird opened this issue Nov 1, 2017 · 1 comment
Open

Facing problem when sending notification in large chunks #185

technicalbird opened this issue Nov 1, 2017 · 1 comment

Comments

@technicalbird
Copy link

technicalbird commented Nov 1, 2017

Hi,

I am facing problem in sending the notifications in Android to users, they are about 100000 in numbers. The function keeps on running and does not return any data even after 30 minutes. Also, while checking the GCM docs, I got to know that there is a limit of 1000 max users in one go, how to adjust that when sending notifications to 100000 people. Is there any method for which I can pause the execution?

Please help.

@SamMakesCode
Copy link

I found APNS and GCM to be slow to response. Instead I queued up the push notifications and ran a scheduled task that tore through them and sent them out. Not quicker, but it won't lock up your session and you can chunk them however you like.

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

No branches or pull requests

2 participants