Hi, I am attempting to implement the scheduler plugin [1] but am running into problems. My understanding is that I need a @PostConstruct on my initializeJobs() in order to automatically start the scheduler, but the example on GitHub says otherwise and I fail to see how to ensure that the plugin is properly configured.
Could you please explain how to do this the right way? Kind regards Sander [1] https://github.com/danhaywood/isis-module-scheduler <https://github.com/danhaywood/isis-module-scheduler>
