This simple process never terminates. The token sits at the timer event, which has a duration defined of 15 seconds, forever.
Why?
This simple process never terminates. The token sits at the timer event, which has a duration defined of 15 seconds, forever.
Why?
For anyone else, it is that the job executor is not enabled by default in embedded engines. Setting this in application.yml solved it.
job-execution.enabled: true