Dental Match Scheduling

To schedule the Dental match, add the following line:
“server:scheduleRecurringDentalMatch”: “0 0 * * *”
to the api appsetting.json
“0 0 * * *” is a CRON expression with which you’re able to schedule very complex execution patterns. In this case the job will run everyday at midnight.
Link to CRON expression definition
Link to more CRON examples
To monitor the scheduled job, navigate Victim->Match->Schedule Schedule, then click on Show scheduler portal
Scheduler portal

Updated: