Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to clear aws batch job history in dashbord

In aws batch Job queues dashboard, it shows all job status failed and succeeded job count for 24 hours. Is it possible to reset counter to zero?

like image 859
WoodChopper Avatar asked Nov 15 '22 11:11

WoodChopper


1 Answers

No, it's not possible to clear jobs. Batch keeps finished jobs around for at least a day (and in my experience occasionally up to a few weeks), and there's no API or console mechanism to accelerate the process.

like image 81
Nathan Collins Avatar answered Dec 29 '22 12:12

Nathan Collins