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
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
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.
The text was updated successfully, but these errors were encountered:
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 meSidekiqStatus::Container::StatusNotFound: <jid here>
.What i'm doing is pulling some job with
Sidekiq::Superworker::Subjob.find(x)
and trying to use the returnedJID
param with SidekiqStatus method.According to comments in SidekiqStatus code, that error means, that:
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.
The text was updated successfully, but these errors were encountered: