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

ActiveJob support #12

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

craigw
Copy link

@craigw craigw commented Aug 1, 2016

Hello,

Thanks for your work on this plugin, it's really handy!

We're using ActiveJob which rather frustratingly wraps the job classes so the is_a? checks don't work and the jobs think there's no concurrency restriction.

I've had a quick hack at adding support for ActiveJob. Are you interested in this approach? If so I'll continue this PR and cover the change properly with tests.

Any feedback welcome.

Cheers,
Craig

craigw added 2 commits August 1, 2016 13:24
ActiveJob wraps the job classes so the `is_a` checks don't work
properly.
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.

1 participant