Scheduler is stopped after 25-30 days
See original GitHub issueIn the server, the VM environment scheduler gets stop after 25-30(Not sure about exact) days. Our scheduler executes the below rule.
const k = schedule.scheduleJob('* * * * *', async() => { console.log('This job runs every 1 minute.'); });
Does anybody have an idea about why my node scheduler process stops? I checked the logs and there were no errors in logs.
Issue Analytics
- State:
- Created 4 years ago
- Comments:10
Top Results From Across the Web
Job Scheduler
Schedule the job to run on specified days. The date when the job should run. The day relative to the end of the...
Read more >Using the "job" command in switches - Australia / New Zealand
Jobs can be scheduled to run once, multiple times on a recurring basis, or after certain events. By default, the job is recurring....
Read more >Schedule POE Toggle on HP 2530-24-PoEP Switch (J9779A)
So we have a POE device that crashes after a few weeks but is fine once you reboot the power to it. There...
Read more >Scheduled task may not run upon reboot if machine was off at ...
This issue can occur if the task trigger was set to run One Time when created. It is possible to set a task...
Read more >Using the reload command with HP ProCurve Switches
reload after accepts time as [DD:][HH:]MM, meaning that hours and days are ... port to the device, which would cut you off completely...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Facing the same issue in node 14.7.0, the node-schedule stops working after 26 days.
@rohitpatil7892 It’s good to know that. according to #473
I am testing now. No matter success or fail, i will let you know.