StatusThis document is in DRAFT. IntroductionThis how-to shows you how to setup housekeeping to run a harvest on a scheduled basis. This How-to was submitted by Jay van Schyndel (JCU) - thanks Jay! Background reading
Key files and folders
Procedure1. Step 1Edit your system-config.json file and add the following (: "houseKeeping": { "config": { "quartzConfig": "${fascinator.home}/quartz.properties", "desktop": true, "frequency": "3600", "jobs": [ { "name": "harvestEdgar", "type": "harvest", "configFile": "${fascinator.home}/harvest/directoryNames-Edgar.json", "timing": "0 0 6 * * ?" }, { "name": "alerts-poll", "type": "external", "url": "http://localhost:${jetty.port}/redbox/default/hkjobs/alerts.script", "timing": "0 0/15 * * * ?" } ] } },Edit the italicised values as appropriate:
|
Documentation > HOW-TO >


