Timer Task - Delay

Hi,

are you using SpringBoot? If so, perhaps change these properties in application.yaml

See docs here.

Also a value of 1 is 1 millisecond. Perhaps start with a value closer to 5000, eg 5 secs, otherwise you may get CPU or resource starvation in the DB as the acquisition thread hammers the database when there are no jobs…

regards

Rob

2 Likes