quirkey/resque-status

Active Job + Resque Status

Opened this issue · 2 comments

Hello,

I have a Rails 5 application that was working with Active Job & resque. I tried implementing resque-status, and when I replace PopulateJob.perform_later(file) with PopulateJob.create(file), the job gets queued, but it never runs? I was wondering if this gem works with Active Job, and if there's something else that I need to do to get the job running?

Thanks

Not working with just resque for me

I gave up on this, as well. I was able to get the jobs to run, but got deprecation warnings and other intermittent issues. Unfortunately, I think this project is dead.