the yield here: app/models/api_resource.rb:80 is causing sidekiq jobs to get stuck in a failed
state -- this should not be the case. We should instead see the jobs show up under dead
. Failed
is simply a transitive state.
https://github.com/mperham/sidekiq/issues/2760#issuecomment-170112610
@donrestarone , Can you confirm if the stuck jobs are actually api_actions stuck in 'executing' state?