Improved: configurable max_attempts for healthcheck
This commit is contained in:
@@ -156,7 +156,7 @@ class Mrsk::Configuration
|
||||
end
|
||||
|
||||
def healthcheck
|
||||
{ "path" => "/up", "port" => 3000 }.merge(raw_config.healthcheck || {})
|
||||
{ "path" => "/up", "port" => 3000, "max_attempts" => 7 }.merge(raw_config.healthcheck || {})
|
||||
end
|
||||
|
||||
def readiness_delay
|
||||
|
||||
Reference in New Issue
Block a user