Class BTTimedJobsStartup

java.lang.Object
overit.geocall.bl.BusinessTask<StartupEvent>
overit.geocall.scheduler.BTTimedJobsStartup
All Implemented Interfaces:
Serializable, Tool

@Event(value=StartupEvent.class, priority=2147483647) public class BTTimedJobsStartup extends BusinessTask<StartupEvent>
This task is used to check the correct startup of old jobs engine.
To avoid errors on the startup of the old jobs engine, this task will check if all the jobs are correctly enqueued and if not, it will try to enqueue every minute.
See Also:
  • Constructor Details

    • BTTimedJobsStartup

      public BTTimedJobsStartup()
  • Method Details