UNPKG

@penkov/tasks_queue

Version:

A lightweight PostgreSQL-backed task queue system with scheduling, retries, backoff strategies, and priority handling. Designed for efficiency and observability in modern Node.js applications.

7 lines (6 loc) 138 B
export declare class TimeUtils { static second: number; static minute: number; static hour: number; static day: number; }