mhfs/sidekiq-failures

uninitialized constant Sidekiq::Util

Closed this issue · 7 comments

ngw commented

Hi, I just updated sidekiq and all sidekiq related gems to the latest version. sidekiq-failures appears to have a problem:

https://gist.github.com/ngw/9837057

These are my Gemfile and Gemfile.lock:

https://gist.github.com/ngw/9837245
https://gist.github.com/ngw/9837225

How can I fix it?

@ngw See if PR #64 addresses the issue for you.

ngw commented

I guess it does: is sidekiq-failures still mantained?

@ngw I can't really speak to that. The last commit was 2 months ago, which doesn't seem that long ago. So I have no reason to believe it's been abandoned.

@mhfs Are you still maintaining this gem? Is there anything we can do to help get a Sidekiq 3.0 compatible version out the door?

mhfs commented

Hi guys, sorry for the delay on this. I know I've been letting you down. The gem is indeed being maintained even though not as fast as I'd like it to and I'm looking for help. Please take a look at #65.

ngw commented

Hi, I've updated the gem (directly from github) and it fails with another exception:

https://gist.github.com/ngw/dc55e98794605bbde3ed

This is Gemfile.lock:

https://gist.github.com/ngw/10108397

Everything works as expected without sidekiq-failures

@ngw Are you sure that this is sidekiq-failures issue? It looks like exception is happening inside sidetiq gem. Can you please try disabling sidetiq? If it still does not work, please create separate issue. Thanks.

ngw commented

I've noticed that, the problem is that sidekiq-failures seems to conflict with pretty much every sidekiq extension out there :) I will create a separate issue.