If we have a DelayedConnection with 1 upstream and N downstream we would like to schedule a single event into the future and then copy the data over to the N downstream. Currently we do N schedules and that is inefficient.
This requires a redesign of the hierarchy because Connections will now have to be Triggers.
If we have a DelayedConnection with 1 upstream and N downstream we would like to schedule a single event into the future and then copy the data over to the N downstream. Currently we do N schedules and that is inefficient.
This requires a redesign of the hierarchy because Connections will now have to be Triggers.