javadocs updted

pull/4502/head
Nikita Koksharov 2 years ago
parent ac9a4ad375
commit 7ffda72c28

@ -41,8 +41,12 @@ public final class ExecutorOptions {
}
/**
* Defines task retry interval at the end of which task is executed again.
* ExecutorService worker re-schedule task execution retry every 5 seconds.
* Defines task retry interval at the end of which task
* is executed again by ExecutorService worker.
* <p>
* Counted from the task start moment.
* Applied only if the task was in progress but for some reason
* wasn't marked as completed (successful or unsuccessful).
* <p>
* Set <code>0</code> to disable.
* <p>

Loading…
Cancel
Save