Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updater.py: Better handling of timeouts during getUpdates #1007

Merged
merged 2 commits into from
Feb 18, 2018
Merged

Commits on Feb 15, 2018

  1. updater.py: Better handling of timeouts during getUpdates

    TimedOut exception is an expected an normal event. To reduce noise and
    make things more "fluent" we now:
     - Make sure that we don't sleep after the timeout but rather retry
    immediately.
     - Log debug instead of error level.
    
    Fixes #802
    tsnoam committed Feb 15, 2018
    Configuration menu
    Copy the full SHA
    34c1e08 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2018

  1. squash! updater.py: Better handling of timeouts during getUpdates

    Fix comment per Eldinnie's request
    tsnoam committed Feb 17, 2018
    Configuration menu
    Copy the full SHA
    8df0bec View commit details
    Browse the repository at this point in the history