Skip to content

Commit

Permalink
add error image
Browse files Browse the repository at this point in the history
  • Loading branch information
evantahler committed Apr 26, 2015
1 parent 86f346d commit 0f7487a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ You can use the queue object to check on your wokrers:

From time to time, your jobs/workers may fail. Resque workers will move failed jobs to a special `failed` queue which will store the original arguments of your job, the failing stack trace, and additional medatadata.

![error example](LINKHERE)
![error example](https://raw.githubusercontent.com/taskrabbit/node-resque/master/images/error_payload.png)

You can work with these failed jobs with the following methods:

Expand Down

0 comments on commit 0f7487a

Please sign in to comment.