Can resque-status work with resque-history?
benz-groupon opened this issue · 0 comments
benz-groupon commented
I am using resque-history for keeping the results of past jobs and time it took for each job. I want to use resque-status to know status of completion, resque-status use instance method .perform and it is invoked with .create instead of .enqueue. So they seem incompatible with each other.
What is the best thing to do here to have the benefits of both gems?