Actions
Feature #26053
openAudit records deletion batch support
Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Description
When the audits record deletion expires it also cleans up the taxonomies table. Neither of these deletes are “batched” through the rails command: https://github.com/theforeman/foreman/blob/develop/lib/tasks/audits.rake#L12 1
Expected outcome:
This should be “batched” similar to reports and other cleanup tasks to ensure it does not “time out” in the rails console/mariadb and not complete, or lock for extended periods of time if there are many records to delete.
Foreman and Proxy versions:
1.18.2
No data to display
Actions