Skip to content

Commit 32f8507

Browse files
author
Si Liu
committed
Adding random sleep (Brian Coventry suggests)
1 parent 5f89854 commit 32f8507

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

UpdateLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Jan 29, 2020
2+
3+
Adding random sleep at the beginning of the launcher
4+
Suggested by Brian Coventry <notifications@github.com>
5+
16
Oct 10, 2019
27
Si Liu
38
Clean up and synchronize with the github after all changes

launcher

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
# The University of Texas at Austin
1717
#------------------------------------------------
1818

19+
sleep $[ ( $RANDOM % 30 ) + 1 ]s
20+
1921
NETCAT_CMD="nc ${LAUNCHER_NETCAT_FLAGS}"
2022

2123
if [[ "x$LAUNCHER_JOB_FILE" == "x" ]]

0 commit comments

Comments
 (0)