Hi,
Can you tell cron expression for run method at specific time.I have tried but specific time cron expression not working.
Thanks in advance
Hi,
Can you tell cron expression for run method at specific time.I have tried but specific time cron expression not working.
Thanks in advance
Hi!
Did you set cuba.schedulingActive=true
in your app.properties
file? It is need to enable tasks processing. See documentation.
Also, you can find example of cron patterns in Spring JavaDoc.