...
schedulerQuartz v0.3.0 is successfully tested with OpenMRS 1.7.x. Additional information can be acquired emailing the module creator djmlog103@gmail.com or contacting the developer list dev@openmrs.org
schedulerQuartz v.0.3.0 is available in OpenMRS SVN : http://svn.openmrs.org/openmrs-modules/schedulerquartz/branch/schedulerquartz_OpenMRSV1.7/
Features
- View/manage tasks
- Create a new task
- View exact time on server while creating task
- View task details
- Start/stop tasks
- Delete tasks
- Execute a task right now
- Pause the scheduler
- Restart the scheduler
- View the log file of the scheduler (for debugging)
- View schedule notifications (simple debug) (new!)
- Set scheduler email configuration (new!)
- View the properties of the Quartz scheduler
- Supports multiple scheduling types
- Run a task once
- Run tasks often (e.g. Run once every X seconds, minutes, hours, days, weekdays)
- Run tasks every so often (e.g. Run once every week, month, year)
- Repeat tasks on a custom schedule (e.g. Run once on Monday at 3:00am, Friday at 2:00am)
- Customizable start time (Timed, Start Immediately (new!))
- Customizable end times (Execute Forever, Repeat n times, End at given date) note that not all scheduling types have all end types
- Ability to add properties to the running tasks
- Ability to set priority (used by Quartz to run more important tasks first)
- Ability to send task execution alerts to users
- When a task executes
- When a task misfires
- When a task finished executing for the last time
...