Skip to content
This repository was archived by the owner on Jul 1, 2024. It is now read-only.
This repository was archived by the owner on Jul 1, 2024. It is now read-only.

[Enhancement] Use GenStage for HTTP Requests #25

@adityapawar1

Description

@adityapawar1

https://github.com/elixir-lang/gen_stage

Gen Stage is a library for "exchanging events between producers and consumers." It allows us to concurrently do things with rate limiting and back pressure.

Refactor the Session module to use a GenStage for HTTPoison requests with rate limiting (look at this example). The rate limiting should be based on a constant in the config file.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions