Skip to content

Stuck Push Notification at Sending #2421

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

Closed
sahilchaddha opened this issue Jul 29, 2016 · 4 comments
Closed

Stuck Push Notification at Sending #2421

sahilchaddha opened this issue Jul 29, 2016 · 4 comments

Comments

@sahilchaddha
Copy link

All push notifications with reciever count less 1000 sends properly but large audience push notifications get stuck at Sending and count also does not get updated.Since it is live application i am not able to send push notification with such large audience..Any idea how to debug and why is it stucked ??? All other notifications are sending and recieveing normally but large audience isnt. Its just stuck at Sending

@sahilchaddha
Copy link
Author

sahilchaddha commented Jul 29, 2016

audience is of 250k devices

@sahilchaddha
Copy link
Author

I tried debugging, and i hosted parse-server on my local and sent notifications to 38k devices with log level at verbose, all the notifications were transmitted via apns succesfully but the success notification sent count was at 0 only...But on my hosted parse-server no notifications are sent.Any help ??

@sahilchaddha
Copy link
Author

After Debugging found out that when i call other query are returned properly but this specific query does not returns anything...
RestQuery.prototype.runFind in RestQuery.js
does not call function with results..

@sahilchaddha
Copy link
Author

Running the same query in mongo shell does not take more than 0.4 seconds but is always stuck in parse-server

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