Skip to content

Use timeout in the requests + try to use async instead of blocking requests. #2

@ranjan-stha

Description

@ranjan-stha

I think it is necessary to use the timeout param while sending the requests.

doc = requests.get(url).content

Also, if possible, use the asynchronous call using httpx rather than requests.

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