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

Rework processing of all http requests #131

Open
nvborisenko opened this issue Mar 27, 2023 · 0 comments
Open

Rework processing of all http requests #131

nvborisenko opened this issue Mar 27, 2023 · 0 comments
Assignees

Comments

@nvborisenko
Copy link
Member

Instead of creation new Task, which is continuation of dependent Tasks, we can do the following:

  • Put job into queue
  • Define 10 consumers which will look into queue

It will allow:

  • Less cpu/memory consumption
  • No need throttler at all
  • We allocate resources exactly as how much we need
  • Consumer is long-live thread, less stressing for ThreadPool
  • We save http requests order, so real-time reporting is more real
@nvborisenko nvborisenko self-assigned this Mar 27, 2023
@nvborisenko nvborisenko transferred this issue from reportportal/commons-net Feb 12, 2024
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