A simple retry "in place" {@code SchedulerRetryPolicy}. This {@code SchedulerRetryPolicy} always causes a task that throws aretryable exception to retry immediately. This class supports the following configuration properties:
If a task has been retried a multiple of times equal to the value of this property, then a {@code WARNING}message will be logged as feedback to the user. This value must be greater than or equal to {@code 1}.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.