Skip to content
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

Properly process ActiveJob payloads #50

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

h3nnn4n
Copy link

@h3nnn4n h3nnn4n commented Oct 23, 2020

This PR adds support for ActiveJob jobs, hiding the middleware payload and only exposing the actual job payload.

While I am aware of #47, I think of this PR as a bug fix, since using resque-cleaner with only ActiveJobs will group everything as the same class and prevent individual job groups from being inspected.

Before:
before

After:
after

@josh-m-sharpe
Copy link

fixed this in https://rubygems.org/gems/resque-cleanerer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants