@squidcloud/client
    Preparing search index...

    Interface BulkIngestionProviderThroughput

    Whether a running job's provider batches are draining: per-route progress and the app's in-flight budgets.

    interface BulkIngestionProviderThroughput {
        inFlightBatchBudgets?: BulkIngestionInFlightBatchBudget[];
        routes: BulkIngestionProviderRouteThroughput[];
        windowMinutes: number;
    }
    Index
    inFlightBatchBudgets?: BulkIngestionInFlightBatchBudget[]

    The app's in-flight budgets; absent when the job's batches run on the app's own provider key, which is not capped.

    Progress per provider route the job has batches on.

    windowMinutes: number

    The span, in minutes, the per-route completion rates cover.