Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sidekiq_status integration #10

Open
mbajur opened this issue Feb 15, 2014 · 2 comments
Open

sidekiq_status integration #10

mbajur opened this issue Feb 15, 2014 · 2 comments

Comments

@mbajur
Copy link

mbajur commented Feb 15, 2014

Hello!
I'm trying to use sidekiq_superworker with sidekiq_status. The problem is that i'm not able to use a core method of sidekiq_status, which is SidekiqStatus::Container.load. It gives me SidekiqStatus::Container::StatusNotFound: <jid here>.

What i'm doing is pulling some job with Sidekiq::Superworker::Subjob.find(x) and trying to use the returned JID param with SidekiqStatus method.

According to comments in SidekiqStatus code, that error means, that:

Exception raised if SidekiqStatus job being loaded is not found in Redis

https://github.com/cryo28/sidekiq_status/blob/master/lib/sidekiq_status/container.rb#L9

I'm not sure if that's a fault of sidekiq_status or sidekiq_superworker but i decided to start my small investigation here. Do you have any ideas or advices about something i have no idea about and what can be causing such issue on sidekiq_superworker side?

Btw. thanks for this awesome gem! I'm going to use it in quite complex video encoder and i'm really excited i've just found it :)

Regards,
m.

@brodock
Copy link

brodock commented Mar 27, 2015

👍

@xtagon
Copy link

xtagon commented Jan 22, 2018

Is it possible to use Sidekiq-Status with Superworker now? The issue is 4 years old, just curious if there have been developments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants