Skip to content

Turn service architecture into a queue #4

@echelon

Description

@echelon

This will make all requests wait in line in a single queue. It should guarantee that every request succeeds. It might also allow me to reduce the number of servers. The disadvantage is that it likely introduces slight wait time to the requests.

I'm not 100% sure this should be done, but it could be a cost savings and reliability measure at the expense of wait times. Of course increasing the number of backend servers will reduce wait.

This is likely several days of work.

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