-
-
Notifications
You must be signed in to change notification settings - Fork 277
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
Sidekiq Web Pagination Broken #309
Comments
Regarding the first question, should not be a problem with sidekiq/web as I am not paging it yet. Would be cool to know the exact line number it goes wrong. Regarding the second question. They should be removed upon completion or when deleted from the sidekiq web extension. BUT... I found a bug, I try to delete the wrong ones. I'll have a fix for that shortly. |
This line https://github.com/mhenrixon/sidekiq-unique-jobs/blob/master/redis/signal.lua#L12 should say: |
Cool, I'll add support for pagination as well while I'm at it then. Thanks for reporting |
Thanks for the quick response. |
Should be fixed in |
When there are more than 100 digests to display on the Sidekiq Web Unique Digests page, the following error occurs:
I think this is because the
@current_page
value isnil
. Sidekiq Web expects this variable in its paging partial:Also, when are these unique digests purged? They remain in Redis after my jobs have completed successfully and the
unique:keys
set continues to increase in size.The text was updated successfully, but these errors were encountered: