...
Note |
---|
Any changes to a task's schedule or status (i.e. enabling/disabling) will not take effect until after the ReadysellServer service is restarted. |
Cron Strings
With cron strings, you can specify firing-schedules such as "every Friday at noon", or "every weekday and 9:30 am", or even "every 5 minutes between 9:00 am and 10:00 am on every Monday, Wednesday and Friday".
Info |
---|
https://www.freeformatter.com/cron-expression-generator-quartz.html This link is a corn expression generator and explainer that can select your criteria and you will get the correct cron string. |
Expressions
Expressions are used to configure the schedule of tasks. Expressions are strings that are actually made up of seven sub-expressions, that describe individual details of the schedule. These sub-expression are separated with white-space, and represent:
...