Skip to content

Parallel handling on same resource #107

@jirenius

Description

@jirenius

Issue

The default behavior is to queue requests per unique resource ID, handling them serially on the same goroutine.
For some type of resources, it is better to allow multiple goroutines to handle requests on the same resource ID in parallel.

Notes

A new Parallel bool field should be added to Handler.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions