This is an automated email from the ASF dual-hosted git repository. nlu90 pushed a commit to branch neng/increase_max_runs in repository https://gitbox.apache.org/repos/asf/incubator-heron.git
commit c19d179376c3da5e08f0b2a50d1aa5dec34929df Author: Neng Lu <[email protected]> AuthorDate: Thu Aug 15 11:11:59 2019 -0700 increase the process restart retry to 150 --- heron/executor/src/python/heron_executor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heron/executor/src/python/heron_executor.py b/heron/executor/src/python/heron_executor.py index 6f5790a..9380ef5 100755 --- a/heron/executor/src/python/heron_executor.py +++ b/heron/executor/src/python/heron_executor.py @@ -297,7 +297,7 @@ class HeronExecutor(object): self.init_from_parsed_args(parsed_args) self.shell_env = shell_env - self.max_runs = 100 + self.max_runs = 150 self.interval_between_runs = 10 # Read the heron_internals.yaml for logging dir
