-
Notifications
You must be signed in to change notification settings - Fork 13.9k
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
chore: Allow auto pruning of the query table #29936
chore: Allow auto pruning of the query table #29936
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #29936 +/- ##
===========================================
+ Coverage 60.48% 83.64% +23.15%
===========================================
Files 1931 528 -1403
Lines 76236 38148 -38088
Branches 8568 0 -8568
===========================================
- Hits 46114 31910 -14204
+ Misses 28017 6238 -21779
+ Partials 2105 0 -2105
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
SUMMARY
Enhance the Celery configuration to allow auto pruning of the
query
table. By default, no pruning is executed but admins now have the option to configure a schedule and retention period in days for the table's records.TESTING INSTRUCTIONS
1 - Add the required configuration
2 - Check the job execution
ADDITIONAL INFORMATION