mhfs/sidekiq-failures

ActiveJob integration

dreyks opened this issue · 4 comments

I moved from plain Sidekiq to ActiveJob backed by Sidekiq, and now my failures tab displays ActiveJob::QueueAdapters::SidekiqAdapter::JobWrapper as Worker and the actual class is burrowed inside Arguments

{"job_class"=>"<ACTUAL_CLASS_NAME>", 
"job_id"=>"be4e36fa-4f71-46f9-abd7-d169b89fe0fc",
"queue_name"=>"default", "arguments"=>[]}

Maybe it is useful to display the actual class name at least just on the list view?

+1

I'd be happy to review and merge a PR that improves this. Thanks

ok I'll look into this when I have some spare time

Sent from my iPhone

On 26 Nov 2015, at 01:25, Dmitry Krasnoukhov notifications@github.com
wrote:

I'd be happy to review and merge a PR that improves this. Thanks


Reply to this email directly or view it on GitHub
#102 (comment)
.

#103
all the heavy-lifting is done by Sidekiq itself