You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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)
withPopulateJob.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
The text was updated successfully, but these errors were encountered: