Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The page Archive Tasks can be used to start and stop archive tasks. It also possible to see which tasks are scheduled and what their task schedule is.

Image RemovedImage Added

This page shows an overview of the tasks which are configured for the archive. The configuration of the archive tasks can be done by adjusting the ArchiveTaskSchedule.xml. See also Configuration of the Delft-FEWS Archive Server

...

Code Block
languagexml
	<scheduledArchiveTask>
		<predefinedArchiveTask>merge new data into archive</predefinedArchiveTask>
		<description>merge data</description>
		<startTime>03:00:00</startTime>
		<endTime>20:30:00</endTime>
		<runIntervalInSeconds>60</runIntervalInSeconds>
		<active>false</active>
	</scheduledArchiveTask>


If you use this feature you also need to configure the immediate harvester task. This will ensure that after the merge activity the newly added data sets are directly available in the archive.


Immediate harvester task

The immediate harvester task will harvest data sets on demand. 

Code Block
languagexml
 	<scheduledArchiveTask>
		<predefinedArchiveTask>immediate harvester task</predefinedArchiveTask>
		<description>immediate harvester task</description>
		<startTime>00:00:00</startTime>
		<endTime>23:59:00</endTime>
		<runInterval>2</runInterval>
		<active>false</active>
	</scheduledArchiveTask>

...

The page task history shows when certain archive tasks were started and when they were finished. The page also indicates if the tasks was finished succesfully or not. For the standard tasks like file sweeper, harvester, clear archive and the historical events exporter there is a tab available for each task. Custom defined tasks are shown in the tab custom.

Image RemovedImage Added