resque-cleaner icon indicating copy to clipboard operation
resque-cleaner copied to clipboard

maintains the cleanliness of failed jobs on Resque

Results 4 resque-cleaner issues
Sort by recently updated
recently updated
newest added

What? - Makes the cleaner page work on Ruby 3. Screenshots - Before: ![135488904-0bc00d45-57dc-4ac2-8ba9-77c22bad037b](https://user-images.githubusercontent.com/1948197/135489341-043697ab-fc71-408b-8b00-38bc3600946e.png) After: Notes - This PR is similar to https://github.com/resque/resque-scheduler/commit/e7e2531c2486f38aaacf0c0ce687fadff6aa5f2e. @ono I'm aware of https://github.com/ono/resque-cleaner/issues/47 but hoping...

This PR adds support for `ActiveJob` jobs, hiding the middleware payload and only exposing the actual job payload. While I am aware of https://github.com/ono/resque-cleaner/issues/47, I think of this PR as...

I notice that there are still many people using this library. I am very thankful to everyone and feel some responsibility to explain the status of the project. I no...

Our internal security audit found the `cleaner_list` page as being susceptible to XSS. This fixes that issue.