@Schedule annotation run every few minutes (or seconds)
As per the Javadoc for the @Schedule annotation, the default values are: * for all fields except hour, minute, and second; and 0 for hour, minute, and second, by default. By specifying minute=”*” and leaving hour at its default of 0, it requests that the timer run every minute after midnight for one hour (i.e., … Read more