nilenso / goose

A powerful background job processing library for Clojure
https://github.com/nilenso/goose/wiki
MIT License
265 stars 11 forks source link

Add dead jobs console API #169

Closed alishamohanty closed 4 months ago

alishamohanty commented 5 months ago

Add dead jobs console API to

Why showcase job in decreasing order of died-at?

Since recent dead jobs are usually more relevant and important to investigate and troubleshoot. If a job has failed recently, it's likely that the issue or cause of the failure is still present or relevant, and addressing it promptly is more important than looking at older failures that may have been resolved or become less relevant over time.