(no title)
alex_smart | 4 months ago
I really did not. I only said that if you were to create your own cronService, you can reuse it by creating your library rather than copy pasting code (which is obviously insane).
> which is about as insane as writing your own database driver
No, it is not. Spring Boot’s support for async jobs and scheduled jobs is lacking. A lot of people roll their own. Including yours truly.
It is also much easier than writing a database driver so there is that.
bdangubic|4 months ago
Can you elaborate? What exactly is lacking and what version of Spring are you using?!
alex_smart|4 months ago
I am on the latest version of Spring Boot.