Skip to content
This repository has been archived by the owner on Apr 1, 2023. It is now read-only.

Perfomance of the sidekiq status ui page #169

Open
sliusar-ihor opened this issue Sep 6, 2022 · 0 comments
Open

Perfomance of the sidekiq status ui page #169

sliusar-ihor opened this issue Sep 6, 2022 · 0 comments

Comments

@sliusar-ihor
Copy link

Sidekiq status page works extremely slow when It has a big amount of statuses(over 100000).
The main issue in this line https://github.com/mstruve/sidekiq-status/blob/6312028d8977ae0f07532e583c7f9dc53939deb1/lib/sidekiq-status/web.rb#L86

The page loads all matching keys into memory in order to do pagination and sorting in memory. As well as the Sidekiq::Status.get_all jid calls for every sidekiq::status jid, prior to pagination

Did anyone try to fix this problem?

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

No branches or pull requests

1 participant