-
Notifications
You must be signed in to change notification settings - Fork 24
Tasks
ZhongPing Guo edited this page Jul 12, 2021
·
10 revisions
This page contains description for Harvester Tasks.
The "Task" page defines and manages all the harvesting tasks.
- Click on "Add" button within the "Tasks" page.
- Select an input broker that was defined earlier through Brokers.
- Select an output broker that was defined through Brokers. If you would like to harvest to multiple destination, you can select multiple output brokers, for example: harvesting to a geoportal server 2.x instance as well as to a local folder at the same time.
- Click "Submit" button to add the new task.
- To import a previous exported task, click on the "Import" button.
- Select the directory and file to be imported.
- Click on "Open" to import the file, it will be imported as a task on the task list.
Following are the actions that can be performed on individual harvesting tasks:
- Click the "run" link for an individual task on the "Tasks" page to run the task immediately, you can check the progress and status of the job by clicking on the "Home" page, you can also cancel a task by clicking on "cancel" link for the task.
- Click the "schedule" link for an individual task on the "Tasks" page to schedule the task to run at a future date/time.
- There are two options:
- Harvest at: to harvest at a particular time, if you would like the task to start at an exact time each day, choose this option.
- Harvest periodically: to harvest at certain frequency, the task will restart at the interval specified (counted from previous task completion time).
- Click "Submit" button to schedule the task. After the task has been scheduled, it will appear in the "Scheduled processes" section on the "Home" page.
- From the tasks page, click on the "export" link for an individual task to export the task.
- The task will be exported to a json file, the file can be imported later to the same or a different harvester instance (e.g. give to someone else to perform the harvesting task), thus avoiding the need to define the harvest task again.
- Click the "remove" link for an individual task on the "Tasks" page to remove the task from the tasks list.
- Click the "history" link for an individual task on the "Tasks" page to view the harvesting history for the task.
- Start Time: the time harvesting started.
- End Time: the time harvesting ended.
- Acquired: show the number of records acquired from the source.
- Created: show the number of new records created in the destination.
- Updated: show the number of records were updated if the records have been harvested before.
- Failed: show the number of records failed to harvest.
- Click the "Rename" to rename a task.