seomoz / qless-core

Core Lua Scripts for qless
MIT License
85 stars 33 forks source link

Job failures that exceed the number of retries cause lost visibility into failure details #7

Closed myronmarston closed 11 years ago

myronmarston commented 11 years ago

Currently, when a job is retried the max number of times, it winds up on the Qless UI with this error message:

Job exhuasted retries in queue "<queue name>"

The details of the errors that caused the retry are lost. It would be great if qless-core could retain those details and display them on the UI.

dlecocq commented 11 years ago

Updated support for providing a group and message during retry is now supported.