pusheco / pushe-android-studio-sample

This is a sample application powered by Pushe.co which is build with Android Studio.
http://pushe.co
Apache License 2.0
20 stars 6 forks source link

Ignoring upstream message with type 10, too many messages of this type are already pending #82

Open mnjadidi opened 1 year ago

mnjadidi commented 1 year ago

please help with following error: Worker result RETRY for Work [ id=..., tags={ co.pushe.plus.internal.task.PusheTaskPerformer, pushe, pushe_registration } ] Ignoring upstream message with type 10, too many messages of this type are already pending

def pushe_version = "2.6.4" also check with another versions

mahdi-malv commented 1 year ago

It happens when the backend isn't responding to the upstream sender, so messages get cached in a queue waiting to be sent. Also, since too many messages are waiting identical ones get dropped until BE responds. In short, it's likely the servers are down at the time.