Cleaning failed background jobs

Hi all,

does anyone know how to clean the list of failed background jobs? In a productive ERPNext installation, over time some failed background jobs might accumulate, such as


Normally, they are hidden with the “Show failed jobs” checkbox. However, when troubleshooting, it would be nice if it was possible to clean old, reviewed jobs. Is there such an option?

I think there is no option to clean old jobs.

Thanks for your feedback. Maybe this is something worth a feature request?

yes, please post a feature request on github

Created

https://github.com/frappe/frappe/issues/5837

1 Like

Login to your server terminal
Execute the following command

redis-cli -h 127.0.0.1 -p 11000
flushall
keys *