Comment by bdangubic
Spring Boot’s support for async jobs and scheduled jobs is lacking.
Can you elaborate? What exactly is lacking and what version of Spring are you using?!
Spring Boot’s support for async jobs and scheduled jobs is lacking.
Can you elaborate? What exactly is lacking and what version of Spring are you using?!
Compare with the functionality offered by async job systems of other full stack frameworks - eg django with celery and rails with solid-queue. It’s not even close.
I am on the latest version of Spring Boot.