Ok, it does work. My class has a configuration to configure property "scheduler.period". The mistake I made was that I had the following properties as part of the @Component annotation"scheduler.concurrent=false","scheduler.immediate=true","scheduler.runOn=SINGLE"So apparently you cannot spread sche...