Skip to content

dirigiblelabs/template-job

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Template V3 - Job

Eclipse License GitHub contributors

Overview

Simple scheduled Job with a handler writing in the console every 5 seconds.

{
	"expression":"0/5 * * * * ?",
	"group":"dirigible-defined",
	"handler":"{{projectName}}/{{fileName}}-handler.js",
	"description":"{{fileName}} Job"
}
console.log("Hello from the {{fileName}} Job");

License

This project is copyrighted by SAP SE and is available under the Eclipse Public License v 1.0. See LICENSE and NOTICE.txt for further details.