Data as of Jul 25, 2026 · Based on 2,718,867 AI responses across 9,511 prompts · See how Parse measures this
Node Schedule is a Node.js library that provides a flexible cron-like and non-cron-like scheduler to run arbitrary functions at specific times, with optional recurrence, using a single timer. It supports cron-style and date-based scheduling, runs in-process in Node.js (not durable across restarts), and requires Node 6+. Each scheduled job is a Job object (EventEmitter) that emits events such as run, scheduled, canceled, error, and success, with details like invocation time and the returned value.
Parse Score