GitHub user chamikaramj opened a pull request:

    https://github.com/apache/beam/pull/1916

    [BEAM-1388] Updates default values used by retry decorator.

    Updates following defaults so that total wait time by default is more 
practical.
    
    num_retries from 16 to 7.
    max_delay_secs from 4 hours to 1 hour.
    
    With this update, for maximum number of retries, system will wait for 635 
sec while wait before last retry being 320 sec.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/chamikaramj/beam update_retry_defaults

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/beam/pull/1916.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1916
    
----
commit 640f5c61a25c100df0eca79b1a4417b81dbb9a83
Author: Chamikara Jayalath <chamik...@google.com>
Date:   2017-02-04T01:32:49Z

    Updates default values used by retry decorator.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to