Skip to content

improvement: Stop execution early when min_successful reached. #192

@wangyb-A

Description

@wangyb-A

Description

When using MapConfig with CompletionConfig.min_successful, the map operation processes all items instead of stopping execution once the minimum successful threshold is reached.

Expected Behavior

Execution should stop as soon as min_successful items complete successfully, without processing remaining items.

Actual Behavior

All items are processed, ignoring the min_successful threshold.

Reproduce & Examples

Merge the tests cases into your dev branch and run the integration tests. (test cases: aws/aws-durable-execution-sdk-python-testing#146)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions