jazzband / django-push-notifications

Send push notifications to mobile devices through GCM or APNS in Django.
MIT License
2.28k stars 618 forks source link

Getting Erorr: Connection pool is full, discarding connection : fcm.google.com #741

Open pranavnkc opened 1 month ago

pranavnkc commented 1 month ago

I am sending hundreds of notification concurrently but sometime i get error Connection pool is full, discarding connection : fcm.google.com

jamaalscarlett commented 1 month ago

That message is coming from the FCM API, are you sending identical messages to individual devices? You may want to investigate batching.

jamaalscarlett commented 2 weeks ago

@pranavnkc can you provide a stack trace?