All Questions
Tagged with javascript cron
2 questions
1
vote
1
answer
659
views
Cron task not running
I've configure a cron task for running a NodeJS script everyday.
crontab -l
# Edit this file to introduce tasks to be run by cron.
#
# Each task to run has to be defined through a single line
# ...
0
votes
0
answers
506
views
Crontab running a Node.js script
I have a script that runs at boot and every 1 min after. This is a nodeJS script that executes a nightmare/cheerio to scrape a cricket site for scores. This script itself runs until killed when ...