intrahealth / emNutt

mACM implementation for mHero
https://intrahealth.github.io/emNutt/
7 stars 3 forks source link

Several schedules are generated for 1 message scheduled #62

Open lkwirica opened 3 years ago

lkwirica commented 3 years ago

image

ashaban commented 3 years ago

@lkwirica this is not a bug, this is how mHero is currently programmed, if you schedule a message that contains recipients greater than 10,000 it splts the schedule into subschedules of 10,000 recipients each. e.g If you schedule a message to be sent to 50,000 recipients, you will see 5 different schedules created of 10,000 recipients each. We will later see how we can find a way to have parent and children schedules, with children schedules being linked to a single parent and then only display the parent schedule to the user interface to represent the 5 children created. This will not be done soon as it does not block any mHero operation