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 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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: