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

Concurrent requests are not working as one can assume #10728

Closed
marucha opened this issue Oct 12, 2016 · 2 comments
Closed

Concurrent requests are not working as one can assume #10728

marucha opened this issue Oct 12, 2016 · 2 comments
Labels
answered For when a question was asked and we referred to forum or answered it. c: Performance For when we could improve the performance / speed of Matomo.

Comments

@marucha
Copy link

marucha commented Oct 12, 2016

We have one site with 16 segments, when we will run archiving process with concurrent-requests-per-website=8 then archiving will run 8 threads.
But when 6 threads will finish job after 10 minutes we will have only 2 threads active because archiving process will wait until all threads doesn't finish job and then run another 8 threads.
It should run new thread when one will finish job, this way you have always 8 threads running at a time.

@mattab mattab added the c: Performance For when we could improve the performance / speed of Matomo. label Nov 12, 2016
@mattab mattab added this to the Mid term milestone Nov 12, 2016
@filippog
Copy link

FWIW I agree it would be nice to have no idle threads. To make sure I've understood: in the case above it would mean constantly feeding the threads with archival requests to make, IOW keep working on jobs if there are idle threads?

@mattab
Copy link
Member

mattab commented Jul 9, 2022

This should be fixed now I believe, if not please reopen

@mattab mattab closed this as not planned Won't fix, can't repro, duplicate, stale Jul 9, 2022
@mattab mattab added the answered For when a question was asked and we referred to forum or answered it. label Jul 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
answered For when a question was asked and we referred to forum or answered it. c: Performance For when we could improve the performance / speed of Matomo.
Projects
None yet
Development

No branches or pull requests

3 participants