Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.9.6
-
None
Description
Current Situation
- The job scheduler_event_service.job.xml from the ./live/sos/events job directory is configured like this:
<job title ="Process Events" order ="yes" stop_on_error="no" timeout ="120" tasks ="1"> <description> <include file= "jobs/JobSchedulerEventJob.xml"/> </description> <params> <param name="event_handler_filepath" value="./config/events"/> <param name="event_handler_filespec" value="scheduler_events.xsl"/> <param name="expiration_period" value="12:00"/> </params> <script java_class="sos.scheduler.job.JobSchedulerEventJob" language="java"/> <run_time/> </job>
Desired Behavior
- The parameter expiration_period can be used to overwrite the default value of 24 hrs. that is given with the job source code.
- The job configuration should not modify this default value. A value of 12 hours as stated in this job creates problems for users who work with longer periods, e.g. 24 hrs. for one day.
- Therefore the parameter expiration_period should be removed from this job