Skip to content

Commit

Permalink
Delay first pod 2 second
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyulin0719 committed Jan 12, 2024
1 parent b66ef88 commit 8ba091c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,8 @@ require (
)

replace (
github.com/apache/yunikorn-core => github.com/chenyulin0719/yunikorn-core v0.0.0-20240111131006-cb87127f67b6
// delay 2 sec
github.com/apache/yunikorn-core => github.com/chenyulin0719/yunikorn-core v0.0.0-20240112045940-872158fdbbfe
golang.org/x/crypto => golang.org/x/crypto v0.14.0
golang.org/x/lint => golang.org/x/lint v0.0.0-20210508222113-6edffad5e616
golang.org/x/net => golang.org/x/net v0.17.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ github.com/cespare/xxhash/v2 v2.1.1/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XL
github.com/cespare/xxhash/v2 v2.1.2/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
github.com/cespare/xxhash/v2 v2.2.0 h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj44=
github.com/cespare/xxhash/v2 v2.2.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
github.com/chenyulin0719/yunikorn-core v0.0.0-20240111131006-cb87127f67b6 h1:/Xd6H5fu+y/uVB7uDA+Ydv4c3UcgO4fF5doD3efdp3w=
github.com/chenyulin0719/yunikorn-core v0.0.0-20240111131006-cb87127f67b6/go.mod h1:lSAZNt47HGygsVG6mJTl0rW7acBl3tbN/Fg2wGJXYs8=
github.com/chenyulin0719/yunikorn-core v0.0.0-20240112045940-872158fdbbfe h1:Byot1E/ktOFBP1T/OIBcVKtlwjtngKNeQdN6qXMjPFc=
github.com/chenyulin0719/yunikorn-core v0.0.0-20240112045940-872158fdbbfe/go.mod h1:lSAZNt47HGygsVG6mJTl0rW7acBl3tbN/Fg2wGJXYs8=
github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWRnGsAI=
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscDgtXS6KTTbou5AhLI=
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU=
Expand Down

0 comments on commit 8ba091c

Please sign in to comment.