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.
Updated by Tom Clegg almost 2 years ago
- Related to Bug #20183: Memory usage: Move after_commit UpdatePriority.run_update_thread to controller added
Updated by Peter Amstutz almost 2 years ago
- Target version changed from Future to To be scheduled
Updated by Peter Amstutz 10 months ago
- Target version changed from To be scheduled to Future
Actions