-
-
Notifications
You must be signed in to change notification settings - Fork 9
Closed
Description
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
Labels
No labels