Skip to content

Issue : Inconsistent use of timeout in requests.get #8

@PrinceSajjadHussain

Description

@PrinceSajjadHussain

The requests.get calls inside get_general_stats sometimes use the timeout parameter and sometimes don't. This inconsistency can lead to unpredictable behavior, where some requests might hang indefinitely while others are properly terminated. It's best to consistently use timeout in all requests.get calls for better reliability. The timeout value can be a class variable, and overridden in each function that uses requests.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions