Skip to content

SDK support for Batch Job Waiting (waitForRememberBulk) #372

Description

@Kafiirr

Currently, the SDK provides waitForRememberJob(job_id) for single uploads. However, when executing bulk inserts (e.g., using rememberBulk or multiple parallel calls), developers must poll the relayer in separate loops. This creates unnecessary HTTP overhead and risks hitting rate limits.

• Suggested: Add a native waitForRememberJobs(job_ids: string[], options?) method to the SDK, allowing the relayer to return statuses in batches.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    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