davydovanton / sidekiq-statistic

See statistic about your workers
MIT License
797 stars 81 forks source link

Add excluded workers on real-time request #158

Closed kostadriano closed 4 years ago

kostadriano commented 4 years ago

This PR fix a problem from #156

Testing I noticed that the workers was being excluded from the chart, BUT not from the server response. Then I realized that it was a mistake in JS code made by me in the last PR that was not adding the hide worker on the list.

@wenderjean I really sorry about that, it was my mistake on the last PR, didn't notice that back there. Now it's working fine :).

Before:

image


After

image

wenderjean commented 4 years ago

Don't worry about that @kostadriano :)