Skip to content

Commit

Permalink
Merge pull request #303 from madgik/bug/health_check_timeout
Browse files Browse the repository at this point in the history
Increased timeout for health check.
  • Loading branch information
ThanKarab authored Jan 18, 2021
2 parents 6b67910 + dfc276f commit 0f900af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Exareme-Docker/files/root/exareme/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ EXAREME_NODE_HEALTH_CHECK_TIMEOUT=60
MASTER_NODE_REACHABLE_TIMEOUT=5
PERIODIC_EXAREME_NODES_HEALTH_CHECK_MAX_RETRIES=3
PERIODIC_EXAREME_NODES_HEALTH_CHECK_INTERVAL=120
EXAREME_HEALTH_CHECK_AWAIT_TIME=20
EXAREME_HEALTH_CHECK_AWAIT_TIME=60
PERIODIC_TEMP_FILES_REMOVAL=300

if [[ -z ${CONSULURL} ]]; then
Expand Down

0 comments on commit 0f900af

Please sign in to comment.