Skip to content

Request queue management #27

@Dentosal

Description

@Dentosal

Currently we rate limit dispensing to 20 events per minute. If the amount of request exceeds that, the rest of the requests are queued. In the current implementation, the user is not shown any indication of this, and the website simply seems to do nothing. We should at least show the user that they are in queue to receive the tokens. Since we know how long the queue is, that could be displayed as well. However, we likely shouldn't let the queue to grow too large, since the browser will timeout the request if it's waiting too long for a response, typically after 1-3 minutes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions