torotask
Version:
Task queue processing in NodeJS based on BullMQ and Redis
7 lines • 333 B
TypeScript
/**
* Checks if the provided error is a control error.
* Control errors are specific to BullMQ and indicate that the job is in a pending state
* due to flow control issues, such as missing awaits in the job processing.
*/
export declare function isControlError(error: any): boolean;
//# sourceMappingURL=is-control-error.d.ts.map