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

Add configurable number of connection attempts #46

Closed
wants to merge 8 commits into from
Closed

Add configurable number of connection attempts #46

wants to merge 8 commits into from

Commits on Jan 9, 2022

  1. Configuration menu
    Copy the full SHA
    3d8ef81 View commit details
    Browse the repository at this point in the history
  2. Add configurable number of connection attempts

    * default value=2 (->1 retry)
    * add  variable conn_error
    * implement each conn.make_request in a try-except structure and set conn_error true if an exception occurs
    gmoelter committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    a44c11a View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2022

  1. Configuration menu
    Copy the full SHA
    3f07968 View commit details
    Browse the repository at this point in the history
  2. Recognize connection_error

    * add cli option --connectionattempts
    gmoelter committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    1afb63b View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2022

  1. Update README.md

    gmoelter authored Jan 16, 2022
    Configuration menu
    Copy the full SHA
    f73035d View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2022

  1. Changed logging levels

    gmoelter committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    af880ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be61fe4 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2022

  1. Rename 'connectionattempts' to 'retries' and modify code in eq3cli, e…

    …q3btsmart and connection accordingly.
    gmoelter committed Feb 21, 2022
    1 Configuration menu
    Copy the full SHA
    603b391 View commit details
    Browse the repository at this point in the history