Skip to content

Add retry details page#101

Merged
mperham merged 4 commits intosidekiq:masterfrom
jcoene:master
Mar 29, 2012
Merged

Add retry details page#101
mperham merged 4 commits intosidekiq:masterfrom
jcoene:master

Conversation

@jcoene
Copy link
Contributor

@jcoene jcoene commented Mar 29, 2012

There's currently no way to inspect error details for failed jobs with 0.10.0. I was using resque-web and peeking into the "failed" queue, but that's obviously no longer possible. This patch adds similar functionality to Sidekiq's web interface and hopefully allows more people to ditch resque-web.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use the method parameter, not the instance variable.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think you need this thead. Use th for the first column's cells instead.

@mperham
Copy link
Collaborator

mperham commented Mar 29, 2012

This is awesome. Really good stuff, @jcoene!

@jcoene
Copy link
Contributor Author

jcoene commented Mar 29, 2012

Thanks for the great feedback, fixed the instance variable reference in helper (woops!) and improved the table as per your suggestions.

@mperham
Copy link
Collaborator

mperham commented Mar 29, 2012

Oh dear, you missed the most important change: update the changelog to give yourself credit!

@jcoene
Copy link
Contributor Author

jcoene commented Mar 29, 2012

Ah, thanks!

mperham added a commit that referenced this pull request Mar 29, 2012
@mperham mperham merged commit 5c56aa5 into sidekiq:master Mar 29, 2012
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

Successfully merging this pull request may close these issues.

2 participants