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