-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add cron job to delete old actions from database #15688
Conversation
that's a way to save database storage space. Signed-off-by: a1012112796 <1012112796@qq.com>
TBH I think we're getting to the point quickly whereby we just need to allow people to run arbitrary SQL etc. as a cron task. |
@zeripath they can do this right now by a linux cron task and some scripts ...! Windows has something similar too, for mac i dont know |
Codecov Report
@@ Coverage Diff @@
## master #15688 +/- ##
==========================================
+ Coverage 43.90% 43.92% +0.01%
==========================================
Files 678 678
Lines 81809 81827 +18
==========================================
+ Hits 35921 35939 +18
+ Misses 40041 40036 -5
- Partials 5847 5852 +5
Continue to review full report at Codecov.
|
that's a way to save database storage space.