UNPKG

@sotatech/nest-taskflow

Version:

A task flow management library for NestJS with Redis Pub/Sub integration.

6 lines (5 loc) 258 B
import { OnTaskVerifiedOptions } from 'src/interfaces'; export declare class CallbackHelper { static executeWithRetry(callbackFn: () => Promise<void>, taskId: string, options?: OnTaskVerifiedOptions): Promise<void>; private static getBackoffDelay; }