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

Specify max concurrency per service #159

Open
kjellmorten opened this issue Jul 29, 2020 · 0 comments
Open

Specify max concurrency per service #159

kjellmorten opened this issue Jul 29, 2020 · 0 comments

Comments

@kjellmorten
Copy link
Collaborator

Max concurrency is now a setting on queue level only. From Integreat and to the services, exchanges are pushed as they arrive.

A few reasons for this need:

  • Some services may tolerate only one request at a time, while others could handle several. It does not make sense to limit all services because of one underperformer
  • Exchanges are not always triggered from queues (e.g. GET action with id array) and throttling on service level is the only way to go in these cases
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