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
Post a Comment