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

networking - Vagrant-provisioned VirtualBox VM is not reachable from Ubuntu host -

c# - ASP.NET Core - There is already an object named 'AspNetRoles' in the database -

ruby on rails - ArgumentError: Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true -