DashboardHub / PipelineDashboard

Dashboard for your Deployment pipeline https://dashboardhub.io/
https://pipeline.dashboardhub.io/
GNU General Public License v3.0
152 stars 42 forks source link

Delete pings after 1 month old #1627

Closed eddiejaoude closed 4 years ago

eddiejaoude commented 4 years ago

Do we do this already? Or something similar. We do not need to store such a big history for pings

webkhushboo commented 4 years ago

@eddiejaoude Its been already implemented. I have verified functions. There is a function deletePingsAfter30days which is checking for all project pings and deleting them if older than 30days.

Let me know if anything else needs to be done here.

eddiejaoude commented 4 years ago

Ok great, thank you 👍