Ross ROSS = Recommend OSS · open-source software intelligence for agents

node-schedule/node-schedule

A cron-like and not-cron-like job scheduler for Node. observed · 2026-08-28

github.com/node-schedule/node-schedule · JavaScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

35/100

  • Activity 27
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 5593
  • days_rel: n/a
  • days_push: 440
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

9206 stars · 501 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

Node Schedule is a cron-like and not-cron-like job scheduler library for Node.js that lets you schedule arbitrary functions at specific dates with optional recurrence rules. It uses a single timer for efficiency and works cross-platform, including Windows, but only schedules jobs in-process while your script is running.

Use cases

  • run a function at the :20 and :50 of every hour on the third Tuesday of each month
  • schedule recurring jobs with cron expressions in a Node.js app
  • trigger a task at a specific date and time
  • schedule jobs on Windows where real cron is unavailable
  • cancel or reschedule jobs dynamically at runtime

When to choose

  • you need time-based scheduling with cron syntax or custom recurrence rules in Node.js
  • you want lightweight in-process scheduling without external dependencies
  • you need Windows support for scheduled jobs
  • you want fine-grained control like canceling or rescheduling jobs via events

When to avoid

  • you only need simple interval-based execution like 'every 5 minutes' (use toad-scheduler)
  • you need jobs to persist across script restarts (use real cron, agenda, or bree)
  • you need durable jobs with locking for multi-node deployments
  • your process is short-lived and jobs must outlive it

Facets

library · maturity stable

scheduling workflow-automation developer-tools backend cross-platform cron job-scheduler in-memory recurrence-rules javascript automation nodejs

2 sources

Member repositories

RepositoryRoleHealth v2
node-schedule/node-schedulemain35

For agents

markdown · JSON · MCP: product_card(name="node-schedule/node-schedule")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem