Batch clean Jobs ?
Is there maybe a way to clean all the last logged jobs
I've created a very inefficient flow leading to thousands of jobs all taking more than 27 go of storage
2 Replies
you can use the API of windmill to do that
https://app.windmill.dev/openapi.html#/
you can also straight edit your DB
and you can as a hack set temporarly the retention period to be very low
would recommend straight editing your DB
the table is completed_job
Ok, thanks !