From 0f7487abc5f2f7ee8dc0d5d41d8214c32d2987c8 Mon Sep 17 00:00:00 2001 From: Evan Tahler Date: Sun, 26 Apr 2015 14:28:25 +0100 Subject: [PATCH] add error image --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 441d9463..0a299075 100644 --- a/README.md +++ b/README.md @@ -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: