Skip to content

Conversation

@buffym
Copy link

@buffym buffym commented Nov 1, 2017

Resque scheduler supports a method called enqueue_at_with_queue which is used by ActiveJob when enqueing jobs on a schedule. For reasons (cough, legacy), I have an app that is running both regular Resque jobs and ActiveJob jobs through rails. So, support for this method is nice to have to ensure that jobs enqueued by ActiveJob end up being testable by resque_unit.

@justinweiss
Copy link
Owner

justinweiss commented Nov 8, 2017

Thanks so much for the PR! I unfortunately don't work on any projects that use resque anymore, but before I stopped, I was putting together this PR: #44

With that one, you shouldn't have to keep patching new methods, since it uses fakeredis with the actual Resque gems. You might have better luck with that -- it's what I imagined the future of the gem would be.

@buffym buffym closed this Jul 2, 2018
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