Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parallel handling on same resource #107

Closed
jirenius opened this issue Oct 25, 2024 · 1 comment
Closed

Parallel handling on same resource #107

jirenius opened this issue Oct 25, 2024 · 1 comment

Comments

@jirenius
Copy link
Owner

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.

jirenius added a commit that referenced this issue Oct 25, 2024
GH-108: Replaced workCh channel with workqueue slice.
jirenius added a commit that referenced this issue Oct 25, 2024
…g-on-same-resource

GH-107: Added Parallel flag to Handler.
@jirenius
Copy link
Owner Author

Resolved in PR #109

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant