Skip to content

Allow large step batch size with duplicate label check enabled #571

@yeya24

Description

@yeya24

Today, due to the current implementation of duplicate label check operator, steps batch size cannot exceed 64.

This is more a limitation of the implementation. Ideally, duplicate label check operator should work regardless of the steps batch size. We can use a different operator implementation if step size is > 64, even though the performance is worse than the current implementation.

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