Type Parameters

  • T

Hierarchy

  • Omit<PendingWorkOptions<T>, "checkComplete" | "handleWork" | "chunkSize">
    • FetcherPoolOptions

Properties

checkComplete?: ((work: PendingWork<T>, fetcher?: BaseHistoryFetcher<any>) => boolean | Promise<boolean>)

Type declaration

    • (work: PendingWork<T>, fetcher?: BaseHistoryFetcher<any>): boolean | Promise<boolean>
    • Parameters

      Returns boolean | Promise<boolean>

concurrency: number
dal: PendingWorkDAL<T>
fetcherCache?: boolean
getFetcher: ((work: PendingWork<T>) => BaseHistoryFetcher<any> | Promise<BaseHistoryFetcher<any>>)

Type declaration

id: string
interval: number
preCheckComplete?: boolean

Generated using TypeDoc