Skip to content

Commit

Permalink
Fixed messed up comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
vinjana committed Jul 7, 2020
1 parent ec74ae0 commit 48a2171
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ class LSFJobManager extends AbstractLSFJobManager {
static final DateTimeHelper dateTimeHelper = new DateTimeHelper()

/**
* LSF supports retrying the e.g. submission command multiple times. The default is to retry for a very long time,
* which is also blocking the execution of the thread. A single retry works usually, a single retry is very failing
* to frequently, in particular if there is load on the LSF system. The current number of LSB_NTRIES is a
* compromise.
* LSF supports retrying the submission command multiple times. The default is to retry for a very long time,
* which is also blocking the execution of the thread. A single retry usually works but is failing
* too frequently, in particular if there is load on the LSF system. The current number of LSB_NTRIES is a
* compromise between blocking endlessly and having no failover.
*
* @return a Bash environment variable declaration affecting LSF commands.
*/
Expand Down

0 comments on commit 48a2171

Please sign in to comment.