Skip to content

Timeout for requests #5

@codingdandy

Description

@codingdandy

response = requests.request(method, url, data=data, params=params, headers={

Without a timeout (argument) it sometimes hangs forever, freezing the entire application.

Everywhere where requests.get|post is used, pass a timeout value (~120 seconds should be good).

And make a new PIP release with this fix.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions