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
Describe the bug
Accord the docs, we can declare after_unlock as an instance method. In our case though, after_unlock doesn't seem to get called unless it's declared as a class method. Is there something we missed?
#571 v7.0.1 is highly recommended. I can't remember if I fixed this for v6, but for v7, I definitely try both the class and instance method of the after_unlock method, so you don't have to worry about which one you define it as.
Describe the bug
Accord the docs, we can declare
after_unlock
as an instance method. In our case though,after_unlock
doesn't seem to get called unless it's declared as a class method. Is there something we missed?Worker class
Additional context
Ruby Version:
ruby-2.5.8
The sidekiq gems we have in Gemfile.lock:
The text was updated successfully, but these errors were encountered: