1.10. Job Scheduler service

1.10.1. How does Job Scheduler work?
1.10.2. Reference

Warning

You are looking at documentation for an older release. Not what you want? See the current release documentation.

Job scheduler defines a job to execute a given number of times during a given period. It is a service that is in charge of unattended background executions, commonly known for historical reasons as batch processing. It is used to create and run jobs automatically and continuously, to schedule event-driven jobs and reports.

Job Scheduler service is widely used in eXo products. Here are some examples of Jobs:

By using Job Scheduler service, you do not need to take care how and when your job is triggered in Java code. Just write a Job (a class implements Job interface of Quartz library) and configure plugin for JobSchedulerService and it is done.

Copyright ©. All rights reserved. eXo Platform SAS
blog comments powered byDisqus