UNPKG

blazerjob

Version:

TypeScript library for scheduling, executing, and managing asynchronous tasks (custom, HTTP, Cosmos) with a SQLite backend.

12 lines (11 loc) 258 B
export interface CosmosBatchOptions { addresses: string[]; count: number; queryType: string; intervalMs?: number; configOverrides?: Record<string, any>; retriesLeft?: number; priority?: number; runAt?: Date | string; webhookUrl?: string; }