Actions
Feature #20192
openMove AuditLogs.tidy_in_background from Rails to controller
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 over 1 year ago
- Related to Bug #20183: Memory usage: Move after_commit UpdatePriority.run_update_thread to controller added
Updated by Peter Amstutz over 1 year ago
- Target version changed from Future to To be scheduled
Updated by Peter Amstutz 9 months ago
- Target version changed from To be scheduled to Future
Actions