nehasinghal3107
Results
2
comments of
nehasinghal3107
Sure, PFB the syntax below // jobs.js 'use strict'; const cron = require('node-cron'); const fth_api = require('../apis/fth_controller.js'); const tc_api = require('../apis/tc_controller.js'); const zf_api = require('../apis/zf_controller.js'); const ns_api = require('../apis/ns_controller.js'); const...
Also, my requirement is such that my cron should run every hour, even if my local server is up and running I have to again n again restart the server...