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");
This project is copyrighted by SAP SE and is available under the Eclipse Public License v 2.0. See LICENSE and NOTICE.txt for further details.