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

Impact of Cost on Concurrency limit of a Partition #121

Open
udaysagar2177 opened this issue Apr 23, 2019 · 2 comments
Open

Impact of Cost on Concurrency limit of a Partition #121

udaysagar2177 opened this issue Apr 23, 2019 · 2 comments

Comments

@udaysagar2177
Copy link

Hi, I would like to discuss a feature I need. I am not entirely sure if it fits well with concurrency limiting logic.

Problem: The cost (latency or resource usage) of the jobs should have high impact on the concurrency limit of the partition that issued them. The partition that is issuing costly jobs should receive lower concurrency limit when compared to other partitions with no change in their load pattern. The concurrency limit could get affected overall initially but as soon as the partition with costly jobs is penalized, the other partitions should be restored to normal limits.

To achieve this, do we just maintain separate SimpleLimiter for each of our partition type or is there a better way?

@udaysagar2177 udaysagar2177 changed the title Independent Partitions Impact of Cost on Concurrency limit of a Partition Apr 23, 2019
@digvijay7
Copy link

+1
@udaysagar2177 : Was there any update on this?

@udaysagar2177
Copy link
Author

My opinion would be to use a separate limiter for each partition type

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

2 participants