Skip to content

source-shopify-native: Make bulk query concurrency limit configurable #4124

@SeanWhelan

Description

@SeanWhelan

The connector currently hardcodes MAX_CONCURRENT_BULK_OPS = 5 in bulk_job_manager.py and uses all 5 slots Shopify allows. Customers who have other systems submitting bulk queries to the same store have no way to reserve slots for those systems.

Proposed change:
Add a max_concurrent_bulk_ops field to the Endpoint Config -> Advanced section (1, 5) and pass it through to the connector.

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