Trying to have a scheduled job running in a clean ...
# questions
m
Trying to have a scheduled job running in a clean Grails 6 project. Looks like we are using @Scheduled annotation from micronaut. I have 'static lazyInit = false' in my "JobService" but my jobs does not run. Anything I have missed ?