SyntaxFix
Write A Post
Hire A Developer
Questions
If someone is using @Sceduled this might work for you.
@Scheduled(cron = "${name-of-the-cron:0 0/30 * * * ?}")
This worked for me.