Skip to content

Syllabus Plus Scheduler Service (1.0.5)

Compare
Choose a tag to compare
@jchande jchande released this 19 Dec 18:16
· 7 commits to master since this release

This is a minor update optional update from v1.0.4 with a new optional configuration setting

  • Added a new optional config setting "OrderSyncById" which defaults to false. This retains current behaviour of determining the order in which the service syncs rows based on the lastUpdate column (oldest to newest). Setting to true will use the ID column to determine the order in the order in which the service syncs rows (smallest to highest). This was designed to assist in the scenario when an old schedule is cancelled and a new schedule for the same time and recorder is added but the lastUpdate order is not set correctly in the input data.