We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f89854 commit 32f8507Copy full SHA for 32f8507
UpdateLog
@@ -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
6
Oct 10, 2019
7
Si Liu
8
Clean up and synchronize with the github after all changes
launcher
@@ -16,6 +16,8 @@
16
# The University of Texas at Austin
17
#------------------------------------------------
18
19
+sleep $[ ( $RANDOM % 30 ) + 1 ]s
20
21
NETCAT_CMD="nc ${LAUNCHER_NETCAT_FLAGS}"
22
23
if [[ "x$LAUNCHER_JOB_FILE" == "x" ]]
0 commit comments