php - How can it be possible to divide in batches of AWS SNS topic based push notification? -


basically, using aws cloud application (concept of application based on posts , comments) in have thousand of users registered application , subscribed aws sns topic.

whenever posts in app, users notified push notification same time using aws sns topic.so, user may active on app. traffic has been increased on database server , has been hanged.

is there way divide topic in multiple topics , set delay (delay won't affect application requirement) between them , send push notification ?

or else best resolution handle database load promblem


Comments

Popular posts from this blog

go - serving up pdfs using golang -

python - Best design pattern for collection of objects -

python - django admin: changing the way a field (w/ relationship to another model) is submitted on a form so that it can be submitted multiple times -