Skip to content

[Enhancement] Make GitHub call truly async #110

@zechengz

Description

@zechengz

PyGithub is synchronous. To be truly async maybe we need to use an async client (e.g., httpx/aiohttp with gidgethub), or GitHub’s REST/GraphQL APIs directly. It's possible that mixing PyGithub + asyncio won’t make the HTTP calls non-blocking.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions