Likes
Computer Full Forms and Abbreviations List 2019 - Online Interview Questions
Computer Full Form: Here we have listed computer Full Form, Abbreviations and acronyms that used in Computing and IT Field. These Full Forms and abbreviations may be asked in your examinations and job
1 LIKED
1 person likes this.
JQuery Interview Questions in 2019 - Online Interview Questions
Jquery interview questions: jQuery is a lightweight JavaScript library which gives a quick and simple method for HTML DOM traversing and manipulation, its event handling, its client-side animations, a
3 people like this.
Shreya kumari
posted a blog.
May 23, 2018
115 views
Cron Jobs are used for scheduling tasks to run on the server.CRON Jobs are most commonly used method to automate tasks on Server. In this article, we will see how to schedule JOBS in Node.js. We are going to use node-schedule package for scheduling JOBS.
node-schedule is a light cron-like scheduler Package for Node JS.
Installing node-schedule
npm install node-schedule
Setting up Scheduler
var scheduler = require('node-schedule');
var rule = new scheduler.RecurrenceRule();
rule.hour = 7
rule.dayOfWeek = new schedule.Range(0,6)
var dailyJob = schedule.scheduleJob(date, function(){
console.log('I run on days at 7:00');
});
scheduler.scheduleJob(rule,task);
Canceling a Scheduled Job on Node
dailyJob .cancel();
You can read more about node-schedule package from https://github.com/node-schedule/node-schedule
Also, Read Node js interview questions from https://www.onlineinterviewquestions.com/node-js-interview-questions/
2 people like this.
DB2 interview questions - Online Interview Questions
DB2 interview questions: Do you know DB2 was the first name given to Database management System.This is a must know for every Android developer as this new era of application is keenly focused on mobi
1 person likes this.
DBMS Interview Questions - Online Interview Questions
DBMS Interview Questions: Have you prepared yourself to face DBMS interview questions? If not, then dig into some technical insights for DBMS. Database management has become popular more than ever. A
1 person likes this.
20+ Best Web Designing Interview Questions - Online Interview Questions
Web Designing Interview Questions: Are you looking forward to making your career in the web designing? Are you new to this field and setting yourself up for interviews? Here are a few Web Designing In
1 person likes this.
200+ HTML5 interview questions -Best Questions On HTML 2017 -2018
HTML5 interview questions: HTML5 is the most recent version of the HTML(Hypertext Markup Language). It is a language for structuring and displaying content for the World Wide Web, a core technology
1 person likes this.
200+ HTML5 interview questions -Best Questions On HTML 2017 -2018
HTML5 interview questions: HTML5 is the most recent version of the HTML(Hypertext Markup Language). It is a language for structuring and displaying content for the World Wide Web, a core technology
1 person likes this.
Css Interview Questions - Online Interview Questions
CSS Interview Questions: CSS stands for Cascading Stylesheets which basically describes the layout of the HTML page. It defines the how the HTML page will be displayed. CSS is used to define style t
2 people like this.
100+ Best CSS3 Interview Questions - Prepare CSS3 Questions 2018
Css3 interview questions: CSS 3 is upgraded version of CSS with new future like Selectors, Box Model, Backgrounds and Borders, Text Effects,2D/3D Transformations, Animations, Multiple Column Layout
1 person likes this.
429 Too Many Requests
There has been a sudden influx of requests from your IP 52.26.231.130
To ensure smooth website performance, we have temporarily restricted your access
Take a moment and try again later
People Also Like
Consulting/Business Services
Automobiles and Parts
Health/Beauty
Health/Beauty
Page Admins
-
Shreya kumariFounder