node-cron / node-cron

A simple cron-like job scheduler for Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-cron not working on node v20.11.0

devesh-anand opened this issue · comments

It did work as expected on node v18, but after switching to node v20.11.0, node-cron doesn't work.

I have tried both scheduled: true/false and played around with various options, but the cron job doesn't even start.