You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 1, 2023. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?
The text was updated successfully, but these errors were encountered: