aporia-ai / mlnotify

🔔 No need to keep checking your training - just one import line and you'll know the second it's done.
https://mlnotify.aporia.com
MIT License
344 stars 19 forks source link

[FEATURE] Trainings cleanup #13

Open SnirShechter opened 3 years ago

SnirShechter commented 3 years ago

Is your feature request related to a problem? Please describe. Currently, all ended trainings are manually deleted by me. This should be automatic.

Describe the solution you'd like A Github action CRON which runs a script once a day to delete all old trainings (i.e endedAt more than a week ago or so).