android - Spreading a push notification batch over a time period -
i'm looking way spread sending of push notification messages on time period using parse (or service of king).
here use case : want send daily messages large user base, , don't want these messages generate burst of connections our infrastructure have difficulties handle.
for reason need able specify "duration" of push while sending message.
any idea?
thanks
from parse.com point of view can construct push target query in way selects subset of recipient using skip
, limit
. divide audience batches of x recipients , schedule these pushes sent out @ specific time.
you can send out pushes "at once" set delivered in users' time zone. user in europe receive notification @ 10am in local time zone, translates 2am pst, user in pst timezone won't receive notification until 8h later spread out well.
Comments
Post a Comment