Changes between Version 3 and Version 4 of proposals/HarvestingSchedule
- Timestamp:
- 05/15/12 02:52:35 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
proposals/HarvestingSchedule
v3 v4 2 2 3 3 || '''Date''' || 2012/02/12 || 4 || '''Contact(s)''' || J ose García ||4 || '''Contact(s)''' || Jesse Eichar, Jose García || 5 5 || '''Last edited''' || || 6 6 || '''Status''' || Draft || … … 13 13 Actual schedule for harvesters allow only to define an interval to run periodically the harvesters. The main disadvantage is that this interval is relative to the time the harvester is activated, being not possible to define specific hour to run it. 14 14 15 This proposal modifies the harvesters schedule to be similar as Lucene Index Optimizer schedule, allowing the user to define the initial hour to run them and an interval to reschedule (from 1 h to 1 week).15 This proposal modifies the harvesters schedule to be similar as Lucene Index Optimizer schedule, allowing the user to define the initial hour to run them, an interval to reschedule and the days of week to run the harvester. 16 16 17 17 [[Image(harvesters_schedule.png)]] 18 19 The initial proposal has been updated with Jesse changes to use Quartz scheduler. 20 18 21 === Proposal Type === 19 22 * '''Type''': GUI Change, Module Change … … 27 30 28 31 === Voting History === 29 * Vote proposed by X on Y, result was +/-n (m non-voting members).32 * Vote proposed by Jose Garcia on 27 April 2012, result was +/-n (m non-voting members). 30 33 31 34 ---- … … 41 44 * The initial time can be configured in intervals of 15 minutes 42 45 43 * The interval values available are from 1 h to 1 week 46 * The interval values available are from 1 h to 12 h 47 48 * The days of week to run harvester. 44 49 45 50 [[Image(harvesters_interval_values.png)]] … … 59 64 60 65 == Participants == 66 * Jesse Eichar 61 67 * Jose García