Skip to content

Commit

Permalink
Increase submitter retry time (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
regadas authored Aug 6, 2021
1 parent c76c844 commit 3461372
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions controllers/flinkcluster_submit_job_script.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ function write_term_log_msg() {
}
function check_jm_ready() {
# Waiting for 5 mins.
local -r MAX_RETRY=60
# Waiting for 10 mins.
local -r MAX_RETRY=120
local -r RETRY_INTERVAL=5s
local -r REQUIRED_SUCCESS_NUMBER=2
local success_count=0
Expand Down

0 comments on commit 3461372

Please sign in to comment.