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
Even with Resque.inline = true, locking is still getting triggered, which means that in my tests Resque is trying to hit Redis, which I don't want it to do. I'd be happy to fix it, but I'm wondering: is this something that should be fixed here in resque-lock by checking Resque.inline?, or is it really a problem that Resque is triggering enqueue callbacks at all when inline is true?
The text was updated successfully, but these errors were encountered:
Even with
Resque.inline = true
, locking is still getting triggered, which means that in my tests Resque is trying to hit Redis, which I don't want it to do. I'd be happy to fix it, but I'm wondering: is this something that should be fixed here in resque-lock by checkingResque.inline?
, or is it really a problem that Resque is triggering enqueue callbacks at all wheninline
is true?The text was updated successfully, but these errors were encountered: