@squidcloud/client
    Preparing search index...

    Interface BulkIngestionInFlightBatchBudget

    One in-flight provider-batch budget of the app on the shared system credential.

    interface BulkIngestionInFlightBatchBudget {
        inFlight: number;
        lanes: BulkIngestionRequestLane[];
        limit: number;
    }
    Index
    inFlight: number

    Batches of the WHOLE app holding the budget: another job of the app holds slots too.

    The lanes whose batches the budget gates.

    limit: number

    How many batches the budget admits right now; a lane whose budget is full waits for a slot.