You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The processing of episodes in happens in batches. So we peel off the first N episodes and send them through a pipeline of actions. We go through actions the following actions: upload -> delivery. Because the asset wait occurs in delivery action, work can pile up in the delivery action and will often pile up on a single episode.
It seems that we should completely publish any finished work before waiting on the unfinished episodes. This would also allow us to decrease the wait times so we can get the episodes that finish more quickly out the door.