samagra-comms / outbound

0 stars 8 forks source link

Batch notification-sending #43

Closed karntrehan closed 1 year ago

karntrehan commented 1 year ago

Sending notifications in batches to improve the speed and success rate.

pankajjangid05 commented 1 year ago

Today I will deploy on staging and test for 1,00,000 users.

pankajjangid05 commented 1 year ago

Yesterday, We triggered notifications for 1,00,000 users and the batch size was 1000. Here's a summary of the notification:

  1. Total Users Inserted in Cassandra: 99860 users
  2. Total Unique Users: 89315 users
  3. Total Not Sent: 2 users
pankajjangid05 commented 1 year ago

Friday, Triggered notification 100005 users on prod and the results are below:

Total Cassandra Insert: 100005 Total Notification Sent: 100003 (Unique Users) Total Notification Not Sent: 2 (Unique Users) Batch Size 100 users