Skip to content

Delegated Delivery: Single episode in batch slows down progress #1346

@svevang

Description

@svevang

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions