news-ai / tabulae

API for media list management
https://tabulae.newsai.org/
0 stars 0 forks source link

throttling sendgrid emails #486

Closed AbhiAgarwal closed 6 years ago

AbhiAgarwal commented 6 years ago

http://kb.mailchimp.com/delivery/deliverability-research/how-throttling-improves-deliverability

AbhiAgarwal commented 6 years ago

Email throttling goes up exponentially in time for each service after emails have been sent to them. Waiting to send information to them is important. Will have to graph to see how long each particular service lags before the email isn't deferred anymore

notes:

AbhiAgarwal commented 6 years ago

send 100 per 5 minutes for a particular customer (one blast)

limit that for a particular time then throttle the emails until they are all sent

AbhiAgarwal commented 6 years ago

how to check how many have been "scheduled" to send in the current 10 minute radius? probably requiring a queue of some sort. Hard problem is to not fuck up and lose the emails