User Tools

Site Tools


development:mdc:mdc

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
development:mdc:mdc [2021/12/14 22:43] slawrencedevelopment:mdc:mdc [2021/12/14 22:44] (current) slawrence
Line 4: Line 4:
 1.  ReScheduler is set via @Scheduled(fixedDelayString = "10000") 1.  ReScheduler is set via @Scheduled(fixedDelayString = "10000")
  
-<WRAP center round box 90%> + i.   Holds Autowired instances of the scheduleRepo (to get data), scheduler (to schedule things), and scheduleJobListener (to respond to things)
-        i.   Holds Autowired instances of the scheduleRepo (to get data), scheduler (to schedule things), and scheduleJobListener (to respond to things)+
  ii.  Obtains a list of schedules from the Schedule table  ii.  Obtains a list of schedules from the Schedule table
  iii. Obtains list of all current job keys for defined group "RDF_GROUP"  iii. Obtains list of all current job keys for defined group "RDF_GROUP"
Line 13: Line 12:
  
  This essentially launches all 'Schedules' at startup, but not ScheduleConfig defined tasks per element/customer/tech, etc.  This essentially launches all 'Schedules' at startup, but not ScheduleConfig defined tasks per element/customer/tech, etc.
-</WRAP> 
- 
  
 2.  SchedulerJobListener is fired when a schedule hits and executes 'jobWasExecuted(JobExecutionContext context, JobExecutionException jobException)' 2.  SchedulerJobListener is fired when a schedule hits and executes 'jobWasExecuted(JobExecutionContext context, JobExecutionException jobException)'
development/mdc/mdc.1639521794.txt.gz · Last modified: 2021/12/14 22:43 by slawrence