Actions
Feature #20192
openMove AuditLogs.tidy_in_background from Rails to controller
Start date:
Due date:
% Done:
0%
Estimated time:
Story points:
1.0
Description
Similar situation to #20183.
Looks like we can just do the SQL query from controller in this case, with no system-only Rails endpoint: we don't need to run any Rails hooks, just delete the database rows.
Related issues
Updated by Tom Clegg 9 months ago
- Related to Bug #20183: Memory usage: Move after_commit UpdatePriority.run_update_thread to controller added
Updated by Peter Amstutz 9 months ago
- Target version changed from To be groomed to To be scheduled
Actions