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
Hey y'all, I came across this super cool gem a while ago and decided to give it a try.
However, something I felt a bit weird is that there's no way of filtering/searching by specific jobs in the Web integration page
Sidekiq Web Integration
This gem provides an extension to Sidekiq's web interface with an index at /statuses.
Is there a way of searching only for specific jobs? i.e. MySpecificJobClass?
In our real app, we have hundreds if not thousands of jobs where we use the Sidekiq::Status::Worker but without such option it becomes a bit hard to really take advantage of the whole gem.
In case there isn't such functionality, would you mind if I open a PR adding it? I'd just ask for some guidance in which files/folder this UI part is being implemented in the code
Thanks!
The text was updated successfully, but these errors were encountered:
Hey y'all, I came across this super cool gem a while ago and decided to give it a try.
However, something I felt a bit weird is that there's no way of filtering/searching by specific jobs in the Web integration page
Is there a way of searching only for specific jobs? i.e.
MySpecificJobClass
?In our real app, we have hundreds if not thousands of jobs where we use the
Sidekiq::Status::Worker
but without such option it becomes a bit hard to really take advantage of the whole gem.In case there isn't such functionality, would you mind if I open a PR adding it? I'd just ask for some guidance in which files/folder this UI part is being implemented in the code
Thanks!
The text was updated successfully, but these errors were encountered: